Class: Google::Apis::VaultV1::AccountInfo
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::AccountInfo
- 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
-
#emails ⇒ Array<String>
A set of accounts to search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountInfo
constructor
A new instance of AccountInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AccountInfo
Returns a new instance of AccountInfo
34 35 36 |
# File 'generated/google/apis/vault_v1/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#emails ⇒ Array<String>
A set of accounts to search.
Corresponds to the JSON property emails
32 33 34 |
# File 'generated/google/apis/vault_v1/classes.rb', line 32 def emails @emails end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'generated/google/apis/vault_v1/classes.rb', line 39 def update!(**args) @emails = args[:emails] if args.key?(:emails) end |