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 library is 3.6.0, with multiple previous versions, including 2.8.0, being documented."],["`RunTaskResponse` is a class within the Google.Cloud.Dataplex.V1 namespace that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunTaskResponse` class inherits from the `object` class and includes methods like `GetHashCode`, `GetType`, and `ToString`."],["The `RunTaskResponse` class has two constructors: a default constructor `RunTaskResponse()` and a copy constructor `RunTaskResponse(RunTaskResponse other)`."],["The class contains a property `Job` of type `Job` which is associated with the jobs created by the RunTask API."]]],[]]