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."],["The `ListFindingsResponse.Types.ListFindingsResult` class is used to contain the results of a finding, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits members from the `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes properties for `Finding`, representing the result matching the search, and `Resource`, which is the resource associated with the finding."],["There are two constructors provided for the class, a default `ListFindingsResult()` constructor and a `ListFindingsResult(ListFindingsResponse.Types.ListFindingsResult other)` constructor."]]],[]]