Class LaunchFlexTemplateResponse
Response to the request to launch a job from Flex Template.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class LaunchFlexTemplateResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Job
The job that was launched, if the request was not a dry run and the job was successfully launched.
Declaration
[JsonProperty("job")]
public virtual Job Job { get; set; }
Property Value
Type | Description |
---|---|
Job |