GetUserAgentBlockingRulesPlainArgs

data class GetUserAgentBlockingRulesPlainArgs(val description: String? = null, val descriptionSearch: String? = null, val maxItems: Int? = null, val uaSearch: String? = null, val zoneId: String) : ConvertibleToJava<GetUserAgentBlockingRulesPlainArgs>

A collection of arguments for invoking getUserAgentBlockingRules.

Constructors

Link copied to clipboard
constructor(description: String? = null, descriptionSearch: String? = null, maxItems: Int? = null, uaSearch: String? = null, zoneId: String)

Properties

Link copied to clipboard
val description: String? = null

A string to search for in the description of existing rules.

Link copied to clipboard

A string to search for in the description of existing rules.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val uaSearch: String? = null

A string to search for in the user agent values of existing rules.

Link copied to clipboard

Defines an identifier.

Functions

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