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

Overview

Accounts to search

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ HangoutsChatInfo

Returns a new instance of HangoutsChatInfo.



560
561
562
# File 'generated/google/apis/vault_v1/classes.rb', line 560

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>)


558
559
560
# File 'generated/google/apis/vault_v1/classes.rb', line 558

def room_id
  @room_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



565
566
567
# File 'generated/google/apis/vault_v1/classes.rb', line 565

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