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 latest version available for `Google.Cloud.Dataplex.V1.RunTaskResponse` is 3.6.0, with multiple prior versions accessible, ranging down to version 1.0.0."],["`RunTaskResponse` is a class within the `Google.Cloud.Dataplex.V1` namespace, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `RunTaskResponse` class includes two constructors: a default constructor `RunTaskResponse()` and a copy constructor `RunTaskResponse(RunTaskResponse other)`."],["It has one notable property `Job`, which contains information about the jobs created using the `RunTask` API and is of type `Job`."],["It can be found within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]