View Source GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ListJobsResponse (google_api_data_pipelines v0.4.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1ListJobsResponse{ jobs: [GoogleApi.DataPipelines.V1.Model.GoogleCloudDatapipelinesV1Job.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.