GoogleCloudAiplatformV1ListCustomJobsResponse constructor

GoogleCloudAiplatformV1ListCustomJobsResponse({
  1. List<GoogleCloudAiplatformV1CustomJob>? customJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListCustomJobsResponse({
  this.customJobs,
  this.nextPageToken,
});