GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair constructor

GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair({
  1. String? name,
  2. GoogleCloudAiplatformV1FeatureValue? value,
})

Implementation

GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair({
  this.name,
  this.value,
});