createdAt = $createdAt; } /** * @return string */ public function getCreatedAt() { return $this->createdAt; } /** * @param string */ public function setEnvironment($environment) { $this->environment = $environment; } /** * @return string */ public function getEnvironment() { return $this->environment; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1InstanceAttachment::class, 'Google_Service_Apigee_GoogleCloudApigeeV1InstanceAttachment');