public sealed class ResourceStatus : IMessage<Asset.Types.ResourceStatus>, IEquatable<Asset.Types.ResourceStatus>, IDeepCloneable<Asset.Types.ResourceStatus>, 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-25 UTC."],[[["This webpage details the `ResourceStatus` class within the `Google.Cloud.Dataplex.V1` namespace, which represents the status of a resource referenced by an asset."],["The latest version available for this class is 3.6.0, while it provides version history ranging from 1.0.0 up to the most recent version."],["`ResourceStatus` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["Key properties of the `ResourceStatus` class include `Message`, `State`, and `UpdateTime`, providing details about the current state and when it was last updated."],["The `ResourceStatus` class has two constructors: a default one and one that takes another `ResourceStatus` instance as a parameter, likely for copying or cloning purposes."]]],[]]