public sealed class GroupResult : IMessage<GroupResult>, IEquatable<GroupResult>, IDeepCloneable<GroupResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class GroupResult.
Result containing the properties and count of a groupBy request.
Implements
IMessageGroupResult, IEquatableGroupResult, IDeepCloneableGroupResult, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.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 |