GoogleCloudAiplatformV1ListFeaturesResponse constructor

GoogleCloudAiplatformV1ListFeaturesResponse({
  1. List<GoogleCloudAiplatformV1Feature>? features,
  2. String? nextPageToken,
})

Implementation

GoogleCloudAiplatformV1ListFeaturesResponse({
  this.features,
  this.nextPageToken,
});