GetPageRuleResult

data class GetPageRuleResult(val createdOn: String, val id: String, val modifiedOn: String, val pageruleId: String, val priority: Int, val status: String, val zoneId: String)

A collection of values returned by getPageRule.

Constructors

Link copied to clipboard
constructor(createdOn: String, id: String, modifiedOn: String, pageruleId: String, priority: Int, status: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of when the Page Rule was created.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

The timestamp of when the Page Rule was last modified.

Link copied to clipboard

Identifier

Link copied to clipboard

The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: /images/*) but want a more specific Page Rule to take precedence (rule B: /images/special/*), specify a higher priority for rule B so it overrides rule A.

Link copied to clipboard

The status of the Page Rule. Available values: "active", "disabled".

Link copied to clipboard

Identifier //