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 webpage details the `RunAssetDiscoveryResponse` class within the `Google.Cloud.SecurityCenter.V1` namespace, specifically for version 2.5.0 of the .NET library."],["The `RunAssetDiscoveryResponse` class is used to represent the response of an asset discovery run, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides documentation for two constructors: a default constructor `RunAssetDiscoveryResponse()` and a copy constructor `RunAssetDiscoveryResponse(RunAssetDiscoveryResponse other)`."],["The `RunAssetDiscoveryResponse` class includes two key properties: `Duration`, which indicates the time elapsed during the asset discovery, and `State`, which represents the status of the asset discovery run."],["The page lists multiple versions of the `RunAssetDiscoveryResponse` documentation going back to version 2.2.0, with the most current documented version being 3.24.0."]]],[]]