[[["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 page provides reference documentation for the \u003ccode\u003eListFindingsResponse\u003c/code\u003e class within the Security Command Center v2 API in the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListFindingsResponse\u003c/code\u003e is a response message for listing findings, inheriting from the base \u003ccode\u003eobject\u003c/code\u003e class and implementing multiple interfaces for varied functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eListFindingsResults\u003c/code\u003e, \u003ccode\u003eNextPageToken\u003c/code\u003e, and \u003ccode\u003eTotalSize\u003c/code\u003e, which allow access to the list of findings, manage pagination, and total the findings respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListFindingsResponse\u003c/code\u003e includes constructors for default initialization and copying from another instance, as well as a \u003ccode\u003eGetEnumerator()\u003c/code\u003e method for iterating over the list of findings.\u003c/p\u003e\n"],["\u003cp\u003eThe class is contained within the namespace \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2\u003c/code\u003e and is in the assembly \u003ccode\u003eGoogle.Cloud.SecurityCenter.V2.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ListFindingsResponse (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)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ListFindingsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ListFindingsResponse) \n\n public sealed class ListFindingsResponse : IPageResponse\u003cListFindingsResponse.Types.ListFindingsResult\u003e, IEnumerable\u003cListFindingsResponse.Types.ListFindingsResult\u003e, IEnumerable, IMessage\u003cListFindingsResponse\u003e, IEquatable\u003cListFindingsResponse\u003e, IDeepCloneable\u003cListFindingsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ListFindingsResponse.\n\nResponse message for listing findings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListFindingsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-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), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-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), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [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), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ListFindingsResponse), [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), [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### ListFindingsResponse()\n\n public ListFindingsResponse()\n\n### ListFindingsResponse(ListFindingsResponse)\n\n public ListFindingsResponse(ListFindingsResponse other)\n\nProperties\n----------\n\n### ListFindingsResults\n\n public RepeatedField\u003cListFindingsResponse.Types.ListFindingsResult\u003e ListFindingsResults { get; }\n\nFindings matching the list request.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nToken to retrieve the next page of results, or empty if there are no more\nresults.\n\n### TotalSize\n\n public int TotalSize { get; set; }\n\nThe total number of findings matching the query.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cListFindingsResponse.Types.ListFindingsResult\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]