GetEmailSecurityTrustedDomainsFilter

data class GetEmailSecurityTrustedDomainsFilter(val direction: String? = null, val isRecent: Boolean? = null, val isSimilarity: Boolean? = null, val order: String? = null, val search: String? = null)

Constructors

Link copied to clipboard
constructor(direction: String? = null, isRecent: Boolean? = null, isSimilarity: Boolean? = null, order: String? = null, search: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val direction: String? = null

The sorting direction. Available values: "asc", "desc".

Link copied to clipboard
val isRecent: Boolean? = null
Link copied to clipboard
val isSimilarity: Boolean? = null
Link copied to clipboard
val order: String? = null

The field to sort by. Available values: "pattern", "created_at".

Link copied to clipboard
val search: String? = null

Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is subject to change in the future.