Class HeldHangoutsChatQuery
Options for Chat holds.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class HeldHangoutsChatQuery : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeRooms
To include messages in Chat spaces the user was a member of, set to true.
Declaration
[JsonProperty("includeRooms")]
public virtual bool? IncludeRooms { get; set; }
Property Value
Type | Description |
---|---|
bool? |