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

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

Overview

Accounts to search

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HangoutsChatInfo

Returns a new instance of HangoutsChatInfo.

[View source]

767
768
769
# File 'generated/google/apis/vault_v1/classes.rb', line 767

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

Instance Attribute Details

#room_idArray<String>

A set of rooms to search. Corresponds to the JSON property roomId

Returns:

  • (Array<String>)

765
766
767
# File 'generated/google/apis/vault_v1/classes.rb', line 765

def room_id
  @room_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

772
773
774
# File 'generated/google/apis/vault_v1/classes.rb', line 772

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