draft = $draft; } /** * @return bool */ public function getDraft() { return $this->draft; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportDeploymentStatefileRequest::class, 'Google_Service_Config_ExportDeploymentStatefileRequest');