Class: Google::Apis::VaultV1::AccountInfo

Inherits:
Object
  • Object
show all
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

Accounts to search

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AccountInfo

Returns a new instance of AccountInfo.



84
85
86
# File 'generated/google/apis/vault_v1/classes.rb', line 84

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#emailsArray<String>

A set of accounts to search. Corresponds to the JSON property emails

Returns:

  • (Array<String>)


82
83
84
# File 'generated/google/apis/vault_v1/classes.rb', line 82

def emails
  @emails
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



89
90
91
# File 'generated/google/apis/vault_v1/classes.rb', line 89

def update!(**args)
  @emails = args[:emails] if args.key?(:emails)
end