InsightFiltersUpdatedAtDateRange constructor
Creates a new InsightFiltersUpdatedAtDateRange.
unit A date range unit for the date filter. Valid values: DAYS.
value A date range value for the date filter, provided as an Integer.
Implementation
const InsightFiltersUpdatedAtDateRange({
required this.unit,
required this.value,
});