GetAccessRulePlainArgs

data class GetAccessRulePlainArgs(val accountId: String? = null, val filter: GetAccessRuleFilter? = null, val ruleId: String? = null, val zoneId: String? = null) : ConvertibleToJava<GetAccessRulePlainArgs>

A collection of arguments for invoking getAccessRule.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, filter: GetAccessRuleFilter? = null, ruleId: 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
Link copied to clipboard
val ruleId: String? = null

Unique identifier for a rule.

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