/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dns
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dns/Project.php (1425B)
id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setNumber($number)
{
$this->number = $number;
}
public function getNumber()
{
return $this->number;
}
/**
* @param Google_Service_Dns_Quota
*/
public function setQuota(Google_Service_Dns_Quota $quota)
{
$this->quota = $quota;
}
/**
* @return Google_Service_Dns_Quota
*/
public function getQuota()
{
return $this->quota;
}
}