Class: Google::Apis::VaultV1::HeldHangoutsChatQuery
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::HeldHangoutsChatQuery
- 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
Options for Chat holds.
Instance Attribute Summary collapse
-
#include_rooms ⇒ Boolean
(also: #include_rooms?)
To include messages in Chat spaces the user was a member of, set to true.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HeldHangoutsChatQuery
constructor
A new instance of HeldHangoutsChatQuery.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HeldHangoutsChatQuery
Returns a new instance of HeldHangoutsChatQuery.
1049 1050 1051 |
# File 'lib/google/apis/vault_v1/classes.rb', line 1049 def initialize(**args) update!(**args) end |
Instance Attribute Details
#include_rooms ⇒ Boolean Also known as: include_rooms?
To include messages in Chat spaces the user was a member of, set to true.
Corresponds to the JSON property includeRooms
1046 1047 1048 |
# File 'lib/google/apis/vault_v1/classes.rb', line 1046 def include_rooms @include_rooms end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1054 1055 1056 |
# File 'lib/google/apis/vault_v1/classes.rb', line 1054 def update!(**args) @include_rooms = args[:include_rooms] if args.key?(:include_rooms) end |