DateFilter

Contains details on the time range used to filter data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endInclusive: <Error class: unknown class>

A timestamp representing the end date of the time period until when data is filtered, including the end date.

Link copied to clipboard
val startInclusive: <Error class: unknown class>

A timestamp representing the start of the time period from when data is filtered, including the start date.

Functions

Link copied to clipboard
inline fun copy(block: DateFilter.Builder.() -> Unit = {}): DateFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String