exportFormat = $exportFormat; } /** * @return string */ public function getExportFormat() { return $this->exportFormat; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VoiceExportOptions::class, 'Google_Service_Vault_VoiceExportOptions');