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."],[[["This webpage details the `RunTaskResponse` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for version 2.13.0 of the .NET library."],["The `RunTaskResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation and comparison."],["The class inherits from the base `object` class and includes functionalities such as `GetHashCode`, `GetType`, and `ToString`, inherited from `object`."],["The `RunTaskResponse` class offers two constructors: a default constructor and another that accepts a `RunTaskResponse` object, enabling the creation of new instances and copies."],["The class contains the property `Job`, of type `Job`, which represents the jobs created by the RunTask API."]]],[]]