content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setFile($file) { $this->file = $file; } /** * @return string */ public function getFile() { return $this->file; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaSerializedFile::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaSerializedFile');