[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGroupResult\u003c/code\u003e class is part of the Security Command Center v2 API and provides results for groupBy requests, including properties and counts.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for advanced message handling and cloning capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eGroupResult()\u003c/code\u003e and a copy constructor \u003ccode\u003eGroupResult(GroupResult other)\u003c/code\u003e to duplicate an existing \u003ccode\u003eGroupResult\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGroupResult\u003c/code\u003e includes properties like \u003ccode\u003eCount\u003c/code\u003e, representing the total number of resources, and \u003ccode\u003eProperties\u003c/code\u003e, which is a map of key-value pairs that match the groupBy fields specified in the request.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of the group result, 1.0.0 and 1.1.0, with 1.1.0 being the latest.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class GroupResult (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupResult)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.GroupResult)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.GroupResult) \n\n public sealed class GroupResult : IMessage\u003cGroupResult\u003e, IEquatable\u003cGroupResult\u003e, IDeepCloneable\u003cGroupResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class GroupResult.\n\nResult containing the properties and count of a groupBy request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GroupResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GroupResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GroupResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GroupResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupResult), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### GroupResult()\n\n public GroupResult()\n\n### GroupResult(GroupResult)\n\n public GroupResult(GroupResult other)\n\nProperties\n----------\n\n### Count\n\n public long Count { get; set; }\n\nTotal count of resources for the given properties.\n\n### Properties\n\n public MapField\u003cstring, Value\u003e Properties { get; }\n\nProperties matching the groupBy fields in the request."]]