GoogleCloudAiplatformV1ListNasTrialDetailsResponse constructor

GoogleCloudAiplatformV1ListNasTrialDetailsResponse({
  1. List<GoogleCloudAiplatformV1NasTrialDetail>? nasTrialDetails,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListNasTrialDetailsResponse({
  this.nasTrialDetails,
  this.nextPageToken,
});