GoogleCloudAiplatformV1ListExecutionsResponse constructor

GoogleCloudAiplatformV1ListExecutionsResponse({
  1. List<GoogleCloudAiplatformV1Execution>? executions,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListExecutionsResponse({
  this.executions,
  this.nextPageToken,
});