GoogleCloudAiplatformV1ListFeatureGroupsResponse constructor

GoogleCloudAiplatformV1ListFeatureGroupsResponse({
  1. List<GoogleCloudAiplatformV1FeatureGroup>? featureGroups,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListFeatureGroupsResponse({
  this.featureGroups,
  this.nextPageToken,
});