GoogleCloudAiplatformV1ListMetadataStoresResponse constructor
GoogleCloudAiplatformV1ListMetadataStoresResponse({
- List<
GoogleCloudAiplatformV1MetadataStore> ? metadataStores, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListMetadataStoresResponse({
this.metadataStores,
this.nextPageToken,
});