attachTime = $attachTime; } /** * @return string */ public function getAttachTime() { return $this->attachTime; } /** * @param string */ public function setEnvironment($environment) { $this->environment = $environment; } /** * @return string */ public function getEnvironment() { return $this->environment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1SecurityProfileEnvironment::class, 'Google_Service_Apigee_GoogleCloudApigeeV1SecurityProfileEnvironment');