createdAt = $createdAt; } /** * @return string */ public function getCreatedAt() { return $this->createdAt; } /** * @param string */ public function setLastModifiedAt($lastModifiedAt) { $this->lastModifiedAt = $lastModifiedAt; } /** * @return string */ public function getLastModifiedAt() { return $this->lastModifiedAt; } /** * @param string */ public function setSubType($subType) { $this->subType = $subType; } /** * @return string */ public function getSubType() { return $this->subType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1EntityMetadata::class, 'Google_Service_Apigee_GoogleCloudApigeeV1EntityMetadata');