public sealed class RunTaskResponse : IMessage<RunTaskResponse>, IEquatable<RunTaskResponse>, IDeepCloneable<RunTaskResponse>, 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 webpage provides documentation for the `RunTaskResponse` class within the `Google.Cloud.Dataplex.V1` namespace, with version 3.6.0 being the latest and 1.0.0 being the oldest."],["`RunTaskResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive functionality."],["The `RunTaskResponse` class inherits from the base `object` class, and it includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It contains two constructors, a default constructor `RunTaskResponse()`, and another one `RunTaskResponse(RunTaskResponse other)` that accepts another `RunTaskResponse` object."],["The `RunTaskResponse` class exposes a `Job` property of type `Job` that retrieves or sets jobs created by the RunTask API."]]],[]]