GoogleCloudAiplatformV1ListCustomJobsResponse constructor
GoogleCloudAiplatformV1ListCustomJobsResponse({
- List<
GoogleCloudAiplatformV1CustomJob> ? customJobs, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListCustomJobsResponse({
this.customJobs,
this.nextPageToken,
});