class Google::Apis::VaultV1::HangoutsChatExportOptions
Options for Chat exports.
Attributes
export_format[RW]
The file format for exported 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 762 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 767 def update!(**args) @export_format = args[:export_format] if args.key?(:export_format) end