/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceUsage
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/ServiceUsage/EnableRule.php (1936B)
enableType = $enableType;
}
/**
* @return string
*/
public function getEnableType()
{
return $this->enableType;
}
/**
* @param string[]
*/
public function setGroups($groups)
{
$this->groups = $groups;
}
/**
* @return string[]
*/
public function getGroups()
{
return $this->groups;
}
/**
* @param string[]
*/
public function setServices($services)
{
$this->services = $services;
}
/**
* @return string[]
*/
public function getServices()
{
return $this->services;
}
/**
* @param string[]
*/
public function setValues($values)
{
$this->values = $values;
}
/**
* @return string[]
*/
public function getValues()
{
return $this->values;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EnableRule::class, 'Google_Service_ServiceUsage_EnableRule');