Class GroupResult
Result containing the properties and count of a groupBy request.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GroupResult : IDirectResponseSchema
Properties
Count
Total count of resources for the given properties.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
Properties matching the groupBy fields in the request.
Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, object> Properties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |