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, specifically for version 2.1.0 and its relationship with other versions."],["The `ResourceStatus` class, which is a sealed class, represents the status of a resource referenced by an asset, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a constructor to initialize a new instance of `ResourceStatus` either by creating an empty object, or by copying the value from another `ResourceStatus` instance."],["Key properties of the `ResourceStatus` class include `Message`, providing additional state information, `State`, indicating the current state of the managed resource, and `UpdateTime`, tracking the last status update."],["The document provides links to documentation for various versions, from 1.0.0 up to the latest version 3.6.0, allowing users to view older versions of the resource status."]]],[]]