DeleteFeatureValuesRequest constructor

DeleteFeatureValuesRequest({
  1. DeleteFeatureValuesRequest_SelectEntity? selectEntity,
  2. DeleteFeatureValuesRequest_SelectTimeRangeAndFeature? selectTimeRangeAndFeature,
  3. required String entityType,
})

Implementation

DeleteFeatureValuesRequest({
  this.selectEntity,
  this.selectTimeRangeAndFeature,
  required this.entityType,
}) : super(fullyQualifiedName);