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."],[[["The latest version of the `ResourceStatus` class within the `Google.Cloud.Dataplex.V1` namespace is 3.6.0, with versions ranging from 1.0.0 up to this latest release available for reference."],["`ResourceStatus` represents the status of a resource referenced by an asset and is found within the `Google.Cloud.Dataplex.V1.Asset.Types` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ResourceStatus` class contains properties such as `Message` (additional state information), `State` (the current resource state), and `UpdateTime` (last update timestamp)."],["There are two constructors for `ResourceStatus`, one being empty and the other which accepts `Asset.Types.ResourceStatus` as a parameter."]]],[]]