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 Google Cloud Security Command Center v1 API class ListFindingsResponse.Types.ListFindingsResult.
Result containing the Finding and its StateChange.
[[["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."],[[["The webpage provides documentation for the `ListFindingsResponse.Types.ListFindingsResult` class within the Google Cloud Security Center v1 API, specifically for .NET development."],["This class, `ListFindingsResponse.Types.ListFindingsResult`, represents a result containing a security finding and its state change, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the class ranging from 2.2.0 up to the latest version 3.24.0, with links to each version's specific documentation."],["The class includes properties such as `Finding`, `Resource`, and `StateChange`, which represent a finding that matched the search request, the resource associated with the finding, and the state change between two points in time, respectively."],["There are two constructors available, a default constructor `ListFindingsResponse()` and one `ListFindingsResponse(ListFindingsResponse.Types.ListFindingsResult other)` to be used when creating a new instance based on another."]]],[]]