View Source GoogleApi.Dataflow.V1b3.Model.LaunchTemplateResponse (google_api_dataflow v0.48.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.LaunchTemplateResponse{ job: GoogleApi.Dataflow.V1b3.Model.Job.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.