public sealed class GroupResult : IMessage<GroupResult>, IEquatable<GroupResult>, IDeepCloneable<GroupResult>, IBufferMessage, IMessage
Result containing the properties and count of a groupBy request.
Implements
IMessage<GroupResult>, IEquatable<GroupResult>, IDeepCloneable<GroupResult>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
Int64 |
Properties
public MapField<string, Value> Properties { get; }
Properties matching the groupBy fields in the request.
Property Value | |
---|---|
Type | Description |
MapField<String, Value> |