GoogleCloudAiplatformV1ListFeaturestoresResponse constructor

GoogleCloudAiplatformV1ListFeaturestoresResponse({
  1. List<GoogleCloudAiplatformV1Featurestore>? featurestores,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListFeaturestoresResponse({
  this.featurestores,
  this.nextPageToken,
});