Class: Google::Apis::VaultV1::VoiceExportOptions
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::VoiceExportOptions
- 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 voice export.
Instance Attribute Summary collapse
-
#export_format ⇒ String
The export format for voice export.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VoiceExportOptions
constructor
A new instance of VoiceExportOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VoiceExportOptions
Returns a new instance of VoiceExportOptions.
1829 1830 1831 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1829 def initialize(**args) update!(**args) end |
Instance Attribute Details
#export_format ⇒ String
The export format for voice export.
Corresponds to the JSON property exportFormat
1827 1828 1829 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1827 def export_format @export_format end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1834 1835 1836 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1834 def update!(**args) @export_format = args[:export_format] if args.key?(:export_format) end |