attachTime = $attachTime; } /** * @return string */ public function getAttachTime() { return $this->attachTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSecurityProfileRevisionId($securityProfileRevisionId) { $this->securityProfileRevisionId = $securityProfileRevisionId; } /** * @return string */ public function getSecurityProfileRevisionId() { return $this->securityProfileRevisionId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation::class, 'Google_Service_Apigee_GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation');