ExportFeatureValuesRequest constructor

ExportFeatureValuesRequest({
  1. ExportFeatureValuesRequest_SnapshotExport? snapshotExport,
  2. ExportFeatureValuesRequest_FullExport? fullExport,
  3. required String entityType,
  4. required FeatureValueDestination? destination,
  5. required FeatureSelector? featureSelector,
  6. List<DestinationFeatureSetting> settings = const [],
})

Implementation

ExportFeatureValuesRequest({
  this.snapshotExport,
  this.fullExport,
  required this.entityType,
  required this.destination,
  required this.featureSelector,
  this.settings = const [],
}) : super(fullyQualifiedName);