InsightFiltersProcessTerminatedAt

data class InsightFiltersProcessTerminatedAt(val dateRange: InsightFiltersProcessTerminatedAtDateRange? = null, val end: String? = null, val start: String? = null)

Constructors

Link copied to clipboard
constructor(dateRange: InsightFiltersProcessTerminatedAtDateRange? = null, end: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A configuration block of the date range for the date filter. See date_range below for more details.

Link copied to clipboard
val end: String? = null

An end date for the date filter. Required with start if date_range is not specified.

Link copied to clipboard
val start: String? = null

A start date for the date filter. Required with end if date_range is not specified.