Automation Rule Date Filter
data class AutomationRuleDateFilter(val dateRange: AutomationRuleDateRange? = null, val end: String? = null, val start: String? = null)
A date filter for querying findings.
Properties
Link copied to clipboard
A date range for the date filter.
Link copied to clipboard
A timestamp that provides the end date for the date filter. For more information about the validation and formatting of timestamp fields in ASHlong, see Timestamps.
Link copied to clipboard
A timestamp that provides the start date for the date filter. For more information about the validation and formatting of timestamp fields in ASHlong, see Timestamps.