GoogleCloudAiplatformV1SearchFeaturesResponse constructor

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

Implementation

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