Class: Google::Apis::VaultV1::HangoutsChatOptions

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

Additional options for Google Chat search

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HangoutsChatOptions

Returns a new instance of HangoutsChatOptions.



905
906
907
# File 'lib/google/apis/vault_v1/classes.rb', line 905

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

Instance Attribute Details

#include_roomsBoolean Also known as: include_rooms?

For searches by account or organizational unit, set to true to include rooms. Corresponds to the JSON property includeRooms

Returns:

  • (Boolean)


902
903
904
# File 'lib/google/apis/vault_v1/classes.rb', line 902

def include_rooms
  @include_rooms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



910
911
912
# File 'lib/google/apis/vault_v1/classes.rb', line 910

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