public sealed class RunAssetDiscoveryResponse : IMessage<RunAssetDiscoveryResponse>, IEquatable<RunAssetDiscoveryResponse>, IDeepCloneable<RunAssetDiscoveryResponse>, IBufferMessage, IMessage
[[["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 details the `RunAssetDiscoveryResponse` class within the `Google.Cloud.SecurityCenter.V1` namespace, which is part of the Google Cloud Security Center .NET library."],["The latest version available for this class is version 3.24.0, but a variety of prior versions are listed, starting at version 2.2.0 and including many 3.x.x versions."],["The `RunAssetDiscoveryResponse` class represents the response of an asset discovery run and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from `Object`."],["Key properties of `RunAssetDiscoveryResponse` include `Duration`, which is the time elapsed during the asset discovery run, and `State`, indicating the current state of the run."],["The listed versions link to their corresponding documentation, allowing users to view the documentation of different versions."]]],[]]