GoogleCloudAiplatformV1ListContextsResponse constructor
GoogleCloudAiplatformV1ListContextsResponse({
- List<
GoogleCloudAiplatformV1Context> ? contexts, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListContextsResponse({
this.contexts,
this.nextPageToken,
});