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 of the `Google.Cloud.Dataplex.V1` package is 3.6.0, with the documentation also providing links to previous versions, going as far back as 1.0.0."],["The `RunTaskResponse` class, within the `Google.Cloud.Dataplex.V1` namespace, is part of version 3.5.0 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunTaskResponse` class inherits from the base `object` class, and includes a `Job` property of type `Job`, which is used for jobs created via the RunTask API."],["The `RunTaskResponse` Class has 2 constructors: `RunTaskResponse()` and `RunTaskResponse(RunTaskResponse other)` that takes a `RunTaskResponse` as a parameter."]]],[]]