Class CountArtifactsRequest
Count artifacts request.
Implements
Inherited Members
Namespace: Google.Apis.Vault.v1.Data
Assembly: Google.Apis.Vault.v1.dll
Syntax
public class CountArtifactsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Query
The search query.
Declaration
[JsonProperty("query")]
public virtual Query Query { get; set; }
Property Value
Type | Description |
---|---|
Query |
View
Sets the granularity of the count results.
Declaration
[JsonProperty("view")]
public virtual string View { get; set; }
Property Value
Type | Description |
---|---|
string |