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 in the .NET library, with a focus on versions ranging from 1.0.0 to the latest 3.6.0."],["The `RunTaskResponse` class, found within the `Google.Cloud.Dataplex.V1.dll` assembly, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `RunTaskResponse` class includes two constructors: a default constructor and a copy constructor that accepts another `RunTaskResponse` object."],["The class contains a `Job` property of the `Job` type, which represents jobs created by the RunTask API."],["The page allows users to navigate to the documentation for various releases of `RunTaskResponse` through a versioning list."]]],[]]