Class: Google::Apis::VaultV1::MailExportOptions
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::MailExportOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb
Overview
The options for mail export.
Instance Attribute Summary collapse
-
#export_format ⇒ String
The export file format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MailExportOptions
constructor
A new instance of MailExportOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MailExportOptions
Returns a new instance of MailExportOptions
965 966 967 |
# File 'generated/google/apis/vault_v1/classes.rb', line 965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#export_format ⇒ String
The export file format.
Corresponds to the JSON property exportFormat
963 964 965 |
# File 'generated/google/apis/vault_v1/classes.rb', line 963 def export_format @export_format end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
970 971 972 |
# File 'generated/google/apis/vault_v1/classes.rb', line 970 def update!(**args) @export_format = args[:export_format] if args.key?(:export_format) end |