GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ListPipelinesResponse (google_api_data_pipelines v0.2.0) View Source
Response message for ListPipelines.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ListPipelinesResponse{
nextPageToken: String.t() | nil,
pipelines:
[GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Pipeline.t()]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.