View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1RunPipelineResponse (google_api_data_pipelines v0.4.0)

Response message for RunPipeline

Attributes

  • job (type: GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Job.t, default: nil) - Job that was created as part of RunPipeline operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1RunPipelineResponse{
    job:
      GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Job.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.