/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudIAP
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudIAP/IapResource.php (1269B)
labels = $labels;
}
public function getLabels()
{
return $this->labels;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setService($service)
{
$this->service = $service;
}
public function getService()
{
return $this->service;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}