class Google::Apis::VaultV1::VoiceExportOptions

The options for Voice exports.

Attributes

export_format[RW]

The file format for exported text messages. Corresponds to the JSON property `exportFormat` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1874
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/vault_v1/classes.rb, line 1879
def update!(**args)
  @export_format = args[:export_format] if args.key?(:export_format)
end