GetEmailRoutingRulesPlainArgs

data class GetEmailRoutingRulesPlainArgs(val enabled: Boolean? = null, val maxItems: Int? = null, val zoneId: String) : ConvertibleToJava<GetEmailRoutingRulesPlainArgs>

A collection of arguments for invoking getEmailRoutingRules.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, maxItems: Int? = null, zoneId: String)

Properties

Link copied to clipboard
val enabled: Boolean? = null

Filter by enabled routing rules.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

Identifier.

Functions

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