/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceControl
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceControl/ReportRequest.php (1559B)
operations = $operations;
}
/**
* @return AttributeContext[]
*/
public function getOperations()
{
return $this->operations;
}
/**
* @param string
*/
public function setServiceConfigId($serviceConfigId)
{
$this->serviceConfigId = $serviceConfigId;
}
/**
* @return string
*/
public function getServiceConfigId()
{
return $this->serviceConfigId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ReportRequest::class, 'Google_Service_ServiceControl_ReportRequest');