/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SQLAdmin
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/IpMapping.php (1181B)
ipAddress = $ipAddress;
}
public function getIpAddress()
{
return $this->ipAddress;
}
public function setTimeToRetire($timeToRetire)
{
$this->timeToRetire = $timeToRetire;
}
public function getTimeToRetire()
{
return $this->timeToRetire;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}