GetEmailRoutingAddressesPlainArgs

data class GetEmailRoutingAddressesPlainArgs(val accountId: String, val direction: String? = null, val maxItems: Int? = null, val verified: Boolean? = null) : ConvertibleToJava<GetEmailRoutingAddressesPlainArgs>

A collection of arguments for invoking getEmailRoutingAddresses.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, maxItems: Int? = null, verified: Boolean? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val direction: String? = null

Sorts results in an ascending or descending order. Available values: "asc", "desc".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val verified: Boolean? = null

Filter by verified destination addresses.

Functions

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