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, offering a comprehensive view of its structure, properties, and inheritance."],["This class, which is found in the assembly `Google.Cloud.SecurityCenter.V1.dll`, represents the response of an asset discovery operation and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, a default one and another for creating a new instance by cloning an existing `RunAssetDiscoveryResponse` object."],["The class includes two key properties: `Duration`, which represents the time between the start and end of the asset discovery, and `State`, which indicates the current status of the asset discovery run."],["The page lists versions of the `RunAssetDiscoveryResponse`, going from the latest 3.24.0 down to version 2.2.0, allowing users to navigate to other versions if desired."]]],[]]