DateFilter

A date filter for querying findings.

Types

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

Properties

Link copied to clipboard

A date range for the date filter.

Link copied to clipboard
val end: String?

A timestamp that provides the end date for the date filter.

Link copied to clipboard

A timestamp that provides the start date for the date filter.

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