content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param GoogleCloudIntegrationsV1alphaSerializedFile[] */ public function setFiles($files) { $this->files = $files; } /** * @return GoogleCloudIntegrationsV1alphaSerializedFile[] */ public function getFiles() { return $this->files; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaDownloadIntegrationVersionResponse');