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 provides documentation for the `RunTaskResponse` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment, with version 2.15.0 being highlighted."],["The latest version of the `RunTaskResponse` documentation is 3.6.0, with multiple previous versions listed, ranging from 3.5.0 down to 1.0.0, allowing comparison of the features across different versions."],["The `RunTaskResponse` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default `RunTaskResponse()` constructor and a copy constructor `RunTaskResponse(RunTaskResponse other)` that takes another `RunTaskResponse` object as a parameter."],["The class includes a property called `Job`, which is of type `Job`, and it represents the jobs that are created by the RunTask API."]]],[]]