ExportFeatureValuesRequest constructor
ExportFeatureValuesRequest({
- ExportFeatureValuesRequest_SnapshotExport? snapshotExport,
- ExportFeatureValuesRequest_FullExport? fullExport,
- required String entityType,
- required FeatureValueDestination? destination,
- required FeatureSelector? featureSelector,
- List<
DestinationFeatureSetting> settings = const [],
Implementation
ExportFeatureValuesRequest({
this.snapshotExport,
this.fullExport,
required this.entityType,
required this.destination,
required this.featureSelector,
this.settings = const [],
}) : super(fullyQualifiedName);