class Google::Apis::VaultV1::AccountInfo

The accounts to search

Attributes

emails[RW]

A set of accounts to search. Corresponds to the JSON property `emails` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 84
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 89
def update!(**args)
  @emails = args[:emails] if args.key?(:emails)
end