GoogleCloudAiplatformV1ListFeatureViewSyncsResponse constructor

GoogleCloudAiplatformV1ListFeatureViewSyncsResponse({
  1. List<GoogleCloudAiplatformV1FeatureViewSync>? featureViewSyncs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListFeatureViewSyncsResponse({
  this.featureViewSyncs,
  this.nextPageToken,
});