public sealed class ListFindingsResponse.Types.ListFindingsResult : IMessage<ListFindingsResponse.Types.ListFindingsResult>, IEquatable<ListFindingsResponse.Types.ListFindingsResult>, IDeepCloneable<ListFindingsResponse.Types.ListFindingsResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class ListFindingsResponse.Types.ListFindingsResult.
[[["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\u003eThis document provides reference information for the \u003ccode\u003eListFindingsResponse.Types.ListFindingsResult\u003c/code\u003e class within the Security Command Center v2 API, specifically version 1.1.0 (latest).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListFindingsResponse.Types.ListFindingsResult\u003c/code\u003e class is a sealed class that returns the Finding as a result and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class is found in the \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2\u003c/code\u003e namespace, and includes constructors for creating instances of the \u003ccode\u003eListFindingsResult\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties such as \u003ccode\u003eFinding\u003c/code\u003e, which retrieves the finding matching the search request, and \u003ccode\u003eResource\u003c/code\u003e, which is associated with the finding.\u003c/p\u003e\n"],["\u003cp\u003eThe implemented interfaces, as well as the inheritance, allow this class to be used in a wide variety of .NET functionalities, and the inherited members show what functions can be applied to it.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListFindingsResponse.Types.ListFindingsResult (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.ListFindingsResponse.Types.ListFindingsResult)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types.ListFindingsResult)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types.ListFindingsResult) \n\n public sealed class ListFindingsResponse.Types.ListFindingsResult : IMessage\u003cListFindingsResponse.Types.ListFindingsResult\u003e, IEquatable\u003cListFindingsResponse.Types.ListFindingsResult\u003e, IDeepCloneable\u003cListFindingsResponse.Types.ListFindingsResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListFindingsResponse.Types.ListFindingsResult.\n\nResult containing the Finding. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListFindingsResponse.Types.ListFindingsResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types)[ListFindingsResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types.ListFindingsResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types)[ListFindingsResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types.ListFindingsResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse)[Types](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types)[ListFindingsResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse.Types.ListFindingsResult), [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### ListFindingsResult()\n\n public ListFindingsResult()\n\n### ListFindingsResult(ListFindingsResult)\n\n public ListFindingsResult(ListFindingsResponse.Types.ListFindingsResult other)\n\nProperties\n----------\n\n### Finding\n\n public Finding Finding { get; set; }\n\nFinding matching the search request.\n\n### Resource\n\n public ListFindingsResponse.Types.ListFindingsResult.Types.Resource Resource { get; set; }\n\nOutput only. Resource that is associated with this finding."]]