enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1AccessLoggingConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1AccessLoggingConfig');