GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateResponse (google_api_dataflow v0.53.0)

View Source

Response to the request to launch a job from Flex 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchFlexTemplateResponse{
  job: GoogleApi.Dataflow.V1b3.Model.Job.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.