class Google::Apis::VaultV1::HeldHangoutsChatQuery
Options for Chat holds.
Attributes
include_rooms[RW]
To include messages in Chat spaces the user was a member of, set to true. Corresponds to the JSON property `includeRooms` @return [Boolean]
include_rooms?[RW]
To include messages in Chat spaces the user was a member of, set to true. 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 934 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 939 def update!(**args) @include_rooms = args[:include_rooms] if args.key?(:include_rooms) end