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 latest version of `RunAssetDiscoveryResponse` is 3.24.0, with various other versions available, ranging down to 2.2.0."],["`RunAssetDiscoveryResponse` is a class used to represent the response of an asset discovery run within the Google Cloud Security Center."],["This class inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunAssetDiscoveryResponse` class has two properties: `Duration`, representing the time taken for the asset discovery run, and `State`, indicating the run's status."],["It contains two constructors, a default and a copy constructor that takes another `RunAssetDiscoveryResponse` as a parameter to create an identical object."]]],[]]