GoogleCloudAiplatformV1ListFeatureGroupsResponse constructor
GoogleCloudAiplatformV1ListFeatureGroupsResponse({
- List<
GoogleCloudAiplatformV1FeatureGroup> ? featureGroups, - String? nextPageToken,
Implementation
GoogleCloudAiplatformV1ListFeatureGroupsResponse({
this.featureGroups,
this.nextPageToken,
});