GetEmailSecurityBlockSendersPlainArgs

data class GetEmailSecurityBlockSendersPlainArgs(val accountId: String, val direction: String? = null, val maxItems: Int? = null, val order: String? = null, val patternType: String? = null, val search: String? = null) : ConvertibleToJava<GetEmailSecurityBlockSendersPlainArgs>

A collection of arguments for invoking getEmailSecurityBlockSenders.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, maxItems: Int? = null, order: String? = null, patternType: 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 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 patternType: String? = null

Available values: "EMAIL", "DOMAIN", "IP", "UNKNOWN".

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(): GetEmailSecurityBlockSendersPlainArgs