google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.LaunchTemplateResponse View Source

Response to the request to launch a template.

Attributes

  • job (type: GoogleApi.Dataflow.V1b3.Model.Job.t, default: nil) - The job that was launched, if the request was not a dry run and the job was successfully launched.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchTemplateResponse{
  job: GoogleApi.Dataflow.V1b3.Model.Job.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.