GoogleCloudAiplatformV1ListMetadataStoresResponse constructor

GoogleCloudAiplatformV1ListMetadataStoresResponse({
  1. List<GoogleCloudAiplatformV1MetadataStore>? metadataStores,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListMetadataStoresResponse({
  this.metadataStores,
  this.nextPageToken,
});