content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setFileFormat($fileFormat) { $this->fileFormat = $fileFormat; } /** * @return string */ public function getFileFormat() { return $this->fileFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaUploadTemplateRequest::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaUploadTemplateRequest');