GoogleCloudAiplatformV1ListStudiesResponse constructor

GoogleCloudAiplatformV1ListStudiesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAiplatformV1Study>? studies,
})

Implementation

GoogleCloudAiplatformV1ListStudiesResponse({
  this.nextPageToken,
  this.studies,
});