GetRulesetPlainArgs

data class GetRulesetPlainArgs(val accountId: String? = null, val rulesetId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetRulesetPlainArgs>

A collection of arguments for invoking getRuleset.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, rulesetId: String? = null, zoneId: String? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard
val rulesetId: String? = null

The unique ID of the ruleset.

Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

Functions

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