GoogleCloudAiplatformV1ListNasTrialDetailsResponse constructor
GoogleCloudAiplatformV1ListNasTrialDetailsResponse({
- List<
GoogleCloudAiplatformV1NasTrialDetail> ? nasTrialDetails, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListNasTrialDetailsResponse({
this.nasTrialDetails,
this.nextPageToken,
});