Class CountArtifactsResponse
Definition of the response for method CountArtifacts.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class CountArtifactsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupsCountResult
Count metrics for Groups.
Declaration
[JsonProperty("groupsCountResult")]
public virtual GroupsCountResult GroupsCountResult { get; set; }
Property Value
Type | Description |
---|---|
GroupsCountResult |
MailCountResult
Count metrics for Gmail and classic Hangouts.
Declaration
[JsonProperty("mailCountResult")]
public virtual MailCountResult MailCountResult { get; set; }
Property Value
Type | Description |
---|---|
MailCountResult |
TotalCount
Total count of messages.
Declaration
[JsonProperty("totalCount")]
public virtual long? TotalCount { get; set; }
Property Value
Type | Description |
---|---|
long? |