Google Cloud Security Command Center v1 API - Class GroupResult (3.20.0)

public sealed class GroupResult : IMessage<GroupResult>, IEquatable<GroupResult>, IDeepCloneable<GroupResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GroupResult.

Result containing the properties and count of a groupBy request.

Inheritance

object > GroupResult

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GroupResult()

public GroupResult()

GroupResult(GroupResult)

public GroupResult(GroupResult other)
Parameter
NameDescription
otherGroupResult

Properties

Count

public long Count { get; set; }

Total count of resources for the given properties.

Property Value
TypeDescription
long

Properties

public MapField<string, Value> Properties { get; }

Properties matching the groupBy fields in the request.

Property Value
TypeDescription
MapFieldstringValue