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 documentation for the `ListFindingsResponse.Types.ListFindingsResult` class within the Security Command Center v2 API."],["The `ListFindingsResult` class represents a result that contains a `Finding`, which is the core output of a search request."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling operations like deep cloning and buffer message handling."],["`ListFindingsResult` includes properties like `Finding` to access the relevant security finding and `Resource` to identify the resource associated with the finding."],["There are two constructors available, one to create a default instance, and one that allows cloning an existing `ListFindingsResult` object."]]],[]]