InsightFiltersCreatedAtDateRange constructor
Creates a new InsightFiltersCreatedAtDateRange.
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 InsightFiltersCreatedAtDateRange({
required this.unit,
required this.value,
});