Class HangoutsChatOptions
Additional options for Google Chat search
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class HangoutsChatOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeRooms
For searches by account or organizational unit, set to true to include rooms.
Declaration
[JsonProperty("includeRooms")]
public virtual bool? IncludeRooms { get; set; }
Property Value
Type | Description |
---|---|
bool? |