DeleteFeatureValuesRequest constructor
DeleteFeatureValuesRequest({
- DeleteFeatureValuesRequest_SelectEntity? selectEntity,
- DeleteFeatureValuesRequest_SelectTimeRangeAndFeature? selectTimeRangeAndFeature,
- required String entityType,
Implementation
DeleteFeatureValuesRequest({
this.selectEntity,
this.selectTimeRangeAndFeature,
required this.entityType,
}) : super(fullyQualifiedName);