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