class Google::Apis::VaultV1::HangoutsChatInfo
The Chat spaces to search
Attributes
room_id[RW]
A list of Chat spaces IDs, as provided by the [Chat API](developers. google.com/hangouts/chat). Corresponds to the JSON property `roomId` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 782 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 787 def update!(**args) @room_id = args[:room_id] if args.key?(:room_id) end