GoogleCloudAiplatformV1ListNasJobsResponse constructor

GoogleCloudAiplatformV1ListNasJobsResponse({
  1. List<GoogleCloudAiplatformV1NasJob>? nasJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListNasJobsResponse({
  this.nasJobs,
  this.nextPageToken,
});