Show / Hide Table of Contents

Class CountArtifactsResponse

Definition of the response for method CountArtifacts.

Inheritance
object
CountArtifactsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX