GetEmailSecurityTrustedDomainsListPlainArgs

data class GetEmailSecurityTrustedDomainsListPlainArgs(val accountId: String, val direction: String? = null, val isRecent: Boolean? = null, val isSimilarity: Boolean? = null, val maxItems: Int? = null, val order: String? = null, val search: String? = null) : ConvertibleToJava<GetEmailSecurityTrustedDomainsListPlainArgs>

A collection of arguments for invoking getEmailSecurityTrustedDomainsList.

Constructors

constructor(accountId: String, direction: String? = null, isRecent: Boolean? = null, isSimilarity: Boolean? = null, maxItems: Int? = null, order: String? = null, search: String? = null)

Properties

Link copied to clipboard

Account Identifier

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 maxItems: Int? = null

Max items to fetch, default: 1000

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.

Functions

Link copied to clipboard
open override fun toJava(): GetEmailSecurityTrustedDomainsListPlainArgs