GoogleCloudAiplatformV1ListCachedContentsResponse constructor

GoogleCloudAiplatformV1ListCachedContentsResponse({
  1. List<GoogleCloudAiplatformV1CachedContent>? cachedContents,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListCachedContentsResponse({
  this.cachedContents,
  this.nextPageToken,
});