GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader constructor

GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader({
  1. String? entityType,
  2. List<GoogleCloudAiplatformV1ReadFeatureValuesResponseFeatureDescriptor>? featureDescriptors,
})

Implementation

GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader({
  this.entityType,
  this.featureDescriptors,
});