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-03-21 UTC."],[[["This document provides reference information for the `ListFindingsResponse.Types.ListFindingsResult` class within the Security Command Center v2 API, specifically version 1.1.0 (latest)."],["The `ListFindingsResponse.Types.ListFindingsResult` class is a sealed class that returns the Finding as a result and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is found in the `Google.Cloud.SecurityCenter.V2` namespace, and includes constructors for creating instances of the `ListFindingsResult` class."],["It contains properties such as `Finding`, which retrieves the finding matching the search request, and `Resource`, which is associated with the finding."],["The 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."]]],[]]