GoogleCloudAiplatformV1ListContextsResponse constructor

GoogleCloudAiplatformV1ListContextsResponse({
  1. List<GoogleCloudAiplatformV1Context>? contexts,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListContextsResponse({
  this.contexts,
  this.nextPageToken,
});