GoogleCloudAiplatformV1ListCachedContentsResponse constructor
GoogleCloudAiplatformV1ListCachedContentsResponse({
- List<
GoogleCloudAiplatformV1CachedContent> ? cachedContents, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListCachedContentsResponse({
this.cachedContents,
this.nextPageToken,
});