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

Response message for ListPipelines.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
  • pipelines (type: list(GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Pipeline.t), default: nil) - Results that matched the filter criteria and were accessible to the caller. Results are always in descending order of pipeline creation date.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ListPipelinesResponse{
    nextPageToken: String.t() | nil,
    pipelines:
      [GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Pipeline.t()]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.