GoogleCloudAiplatformV1ListStudiesResponse constructor
GoogleCloudAiplatformV1ListStudiesResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1Study> ? studies,
Implementation
GoogleCloudAiplatformV1ListStudiesResponse({
this.nextPageToken,
this.studies,
});