EmailMessageDateRange

data class EmailMessageDateRange(val sortDate: DateRange? = null, val updatedAt: DateRange? = null)

Representation of an email message date range used in the Sudo Platform Email SDK.

Note that both timestamps cannot be specified otherwise an InvalidArgumentException will occur.

Constructors

Link copied to clipboard
constructor(sortDate: DateRange? = null, updatedAt: DateRange? = null)

Properties

Link copied to clipboard
val sortDate: DateRange? = null

DateRange The specification of the sortDate timestamp to perform the date range query on.

Link copied to clipboard
val updatedAt: DateRange? = null

DateRange The specification of the updatedAt timestamp to perform the date range query on.