createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param bool */ public function setGettable($gettable) { $this->gettable = $gettable; } /** * @return bool */ public function getGettable() { return $this->gettable; } /** * @param bool */ public function setReady($ready) { $this->ready = $ready; } /** * @return bool */ public function getReady() { return $this->ready; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateProjectMetadata::class, 'Google_Service_CloudResourceManager_CreateProjectMetadata');