Class: Google::Apis::VaultV1::HangoutsChatInfo
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::HangoutsChatInfo
- 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
-
#room_id ⇒ Array<String>
A set of rooms to search.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HangoutsChatInfo
constructor
A new instance of HangoutsChatInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ HangoutsChatInfo
Returns a new instance of HangoutsChatInfo
586 587 588 |
# File 'generated/google/apis/vault_v1/classes.rb', line 586 def initialize(**args) update!(**args) end |
Instance Attribute Details
#room_id ⇒ Array<String>
A set of rooms to search.
Corresponds to the JSON property roomId
584 585 586 |
# File 'generated/google/apis/vault_v1/classes.rb', line 584 def room_id @room_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
591 592 593 |
# File 'generated/google/apis/vault_v1/classes.rb', line 591 def update!(**args) @room_id = args[:room_id] if args.key?(:room_id) end |