Show / Hide Table of Contents

Class GroupResult

Result containing the properties and count of a groupBy request.

Inheritance
object
GroupResult
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX