GoogleCloudAiplatformV1ListTrialsResponse constructor
GoogleCloudAiplatformV1ListTrialsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1Trial> ? trials,
Implementation
GoogleCloudAiplatformV1ListTrialsResponse({
this.nextPageToken,
this.trials,
});