enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setExpiresAt($expiresAt) { $this->expiresAt = $expiresAt; } /** * @return string */ public function getExpiresAt() { return $this->expiresAt; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ConnectorsPlatformConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ConnectorsPlatformConfig');