Class HangoutsChatInfo
The Chat spaces to search
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class HangoutsChatInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RoomId
A list of Chat spaces IDs, as provided by the Chat API. There is a limit of exporting from 500 Chat spaces per request.
Declaration
[JsonProperty("roomId")]
public virtual IList<string> RoomId { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |