Cloud Dataplex v1 API - Class RunTaskResponse (2.14.0)

public sealed class RunTaskResponse : IMessage<RunTaskResponse>, IEquatable<RunTaskResponse>, IDeepCloneable<RunTaskResponse>, IBufferMessage, IMessage

Inheritance

object > RunTaskResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

RunTaskResponse()

public RunTaskResponse()

RunTaskResponse(RunTaskResponse)

public RunTaskResponse(RunTaskResponse other)
Parameter
NameDescription
otherRunTaskResponse

Properties

Job

public Job Job { get; set; }

Jobs created by RunTask API.

Property Value
TypeDescription
Job