GoogleCloudAiplatformV1ListNasJobsResponse constructor
GoogleCloudAiplatformV1ListNasJobsResponse({
- List<
GoogleCloudAiplatformV1NasJob> ? nasJobs, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListNasJobsResponse({
this.nasJobs,
this.nextPageToken,
});