class Google::Apis::VaultV1::MailExportOptions
Options for Gmail exports.
Attributes
export_format[RW]
The file format for exported messages. Corresponds to the JSON property `exportFormat` @return [String]
show_confidential_mode_content[RW]
To export confidential mode content, set to true. Corresponds to the JSON property `showConfidentialModeContent` @return [Boolean]
show_confidential_mode_content?[RW]
To export confidential mode content, set to true. Corresponds to the JSON property `showConfidentialModeContent` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1291 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 1296 def update!(**args) @export_format = args[:export_format] if args.key?(:export_format) @show_confidential_mode_content = args[:show_confidential_mode_content] if args.key?(:show_confidential_mode_content) end