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."],[[["This page details the `RunAssetDiscoveryResponse` class within the `Google.Cloud.SecurityCenter.V1` namespace, providing documentation for versions ranging from 3.24.0 (latest) down to 2.2.0."],["The `RunAssetDiscoveryResponse` class represents the response of an asset discovery run, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `RunAssetDiscoveryResponse` class include `Duration`, representing the time taken for the discovery run, and `State`, indicating the run's status."],["The class includes two constructors, a default constructor and another that accepts another `RunAssetDiscoveryResponse` object."],["There are also a list of members inherited by the `Object` class."]]],[]]