InsightFiltersNoteUpdatedAt constructor
const
InsightFiltersNoteUpdatedAt({
- Input<
InsightFiltersNoteUpdatedAtDateRange?> ? dateRange, - Input<
String?> ? end, - Input<
String?> ? start,
Creates a new InsightFiltersNoteUpdatedAt.
dateRange A configuration block of the date range for the date filter. See dateRange below for more details.
end An end date for the date filter. Required with start if dateRange is not specified.
start A start date for the date filter. Required with end if dateRange is not specified.
Implementation
const InsightFiltersNoteUpdatedAt({
this.dateRange,
this.end,
this.start,
});