Show / Hide Table of Contents

Class LaunchTemplateResponse

Response to the request to launch a template.

Inheritance
object
LaunchTemplateResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class LaunchTemplateResponse : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX