GoogleCloudAiplatformV1ListFeatureViewsResponse constructor
GoogleCloudAiplatformV1ListFeatureViewsResponse({
- List<
GoogleCloudAiplatformV1FeatureView> ? featureViews, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListFeatureViewsResponse({
this.featureViews,
this.nextPageToken,
});