Class GoogleCloudDatapipelinesV1RunPipelineResponse
Response message for RunPipeline
Implements
Inherited Members
Namespace: Google.Apis.Datapipelines.v1.Data
Assembly: Google.Apis.Datapipelines.v1.dll
Syntax
public class GoogleCloudDatapipelinesV1RunPipelineResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Job
Job that was created as part of RunPipeline operation.
Declaration
[JsonProperty("job")]
public virtual GoogleCloudDatapipelinesV1Job Job { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatapipelinesV1Job |