View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ListJobsResponse (google_api_data_pipelines v0.3.0)
Response message for ListJobs
Attributes
-
jobs(type:list(GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Job.t), default:nil) - Results that were accessible to the caller. Results are always in descending order of job creation date. -
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.
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.GoogleCloudDatapipelinesV1ListJobsResponse{
jobs:
[GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Job.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.