/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Manager
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Manager/AccessConfig.php (1099B)
name = $name;
}
public function getName()
{
return $this->name;
}
public function setNatIp($natIp)
{
$this->natIp = $natIp;
}
public function getNatIp()
{
return $this->natIp;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}