public sealed class ExecutionStatus : IMessage<Task.Types.ExecutionStatus>, IEquatable<Task.Types.ExecutionStatus>, IDeepCloneable<Task.Types.ExecutionStatus>, 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 document details the `ExecutionStatus` class within the `Google.Cloud.Dataplex.V1` namespace, which represents the status of task executions."],["The `ExecutionStatus` class is available in multiple versions, with the latest being 3.6.0 and older versions going back to 1.0.0."],["The class includes properties like `LatestJob`, indicating the latest job execution, and `UpdateTime`, showing the last update time of the status."],["`ExecutionStatus` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor and one that takes another `ExecutionStatus` object as a parameter."]]],[]]