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 `RunAssetDiscoveryResponse` class represents the response of an asset discovery run within the `Google.Cloud.SecurityCenter.V1P1Beta1` namespace."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like cloning and message handling."],["`RunAssetDiscoveryResponse` has two constructors: a default one and another that accepts an instance of `RunAssetDiscoveryResponse` as a parameter."],["The class contains properties named `Duration` which tells the duration of the discovery run, and `State`, which determines the state of the discovery run."],["The latest version available in this document is `3.0.0-beta05`, and the document we are currently on is for version `2.0.0-beta07`."]]],[]]