Security Command Center v2 API - Class GroupResult (1.0.0-beta03)

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

Reference documentation and code samples for the Security Command Center v2 API class GroupResult.

Result containing the properties and count of a groupBy request.

Inheritance

object > GroupResult

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

GroupResult()

public GroupResult()

GroupResult(GroupResult)

public GroupResult(GroupResult other)
Parameter
Name Description
other GroupResult

Properties

Count

public long Count { get; set; }

Total count of resources for the given properties.

Property Value
Type Description
long

Properties

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

Properties matching the groupBy fields in the request.

Property Value
Type Description
MapFieldstringValue