Class: Google::Apis::VaultV1::HangoutsChatInfo

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HangoutsChatInfo

Returns a new instance of HangoutsChatInfo.



790
791
792
# File 'lib/google/apis/vault_v1/classes.rb', line 790

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

Instance Attribute Details

#room_idArray<String>

A list of Chat spaces IDs, as provided by the Chat API. Corresponds to the JSON property roomId

Returns:

  • (Array<String>)


788
789
790
# File 'lib/google/apis/vault_v1/classes.rb', line 788

def room_id
  @room_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



795
796
797
# File 'lib/google/apis/vault_v1/classes.rb', line 795

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