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