Class: Google::Apis::VaultV1::HangoutsChatInfo
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::HangoutsChatInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/google/apis/vault_v1/representations.rb
Overview
The Chat spaces to search
Instance Attribute Summary collapse
-
#room_id ⇒ Array<String>
A list of Chat spaces IDs, as provided by the Chat API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HangoutsChatInfo
constructor
A new instance of HangoutsChatInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HangoutsChatInfo
Returns a new instance of HangoutsChatInfo.
884 885 886 |
# File 'lib/google/apis/vault_v1/classes.rb', line 884 def initialize(**args) update!(**args) end |
Instance Attribute Details
#room_id ⇒ Array<String>
A list of Chat spaces IDs, as provided by the Chat API. There is a limit of exporting from 500 Chat spaces per
request.
Corresponds to the JSON property roomId
882 883 884 |
# File 'lib/google/apis/vault_v1/classes.rb', line 882 def room_id @room_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
889 890 891 |
# File 'lib/google/apis/vault_v1/classes.rb', line 889 def update!(**args) @room_id = args[:room_id] if args.key?(:room_id) end |