class Google::Apis::VaultV1::GroupsExportOptions

Options for Groups 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 743
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 748
def update!(**args)
  @export_format = args[:export_format] if args.key?(:export_format)
end