class Google::Apis::VaultV1::HangoutsChatOptions
Additional options for Google
Chat search
Attributes
include_rooms[RW]
For searches by account or organizational unit, set to true to include rooms. Corresponds to the JSON property `includeRooms` @return [Boolean]
include_rooms?[RW]
For searches by account or organizational unit, set to true to include rooms. Corresponds to the JSON property `includeRooms` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 803 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 808 def update!(**args) @include_rooms = args[:include_rooms] if args.key?(:include_rooms) end