GetZoneSettingResult

data class GetZoneSettingResult(val editable: Boolean, val enabled: Boolean, val id: String, val modifiedOn: String, val settingId: String, val timeRemaining: Double, val value: String, val zoneId: String)

A collection of values returned by getZoneSetting.

Constructors

Link copied to clipboard
constructor(editable: Boolean, enabled: Boolean, id: String, modifiedOn: String, settingId: String, timeRemaining: Double, value: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not this setting can be modified for this zone (based on your Cloudflare plan level).

Link copied to clipboard

ssl-recommender enrollment setting.

Link copied to clipboard
val id: String

ID of the zone setting. Available values: "0rtt".

Link copied to clipboard

last time this setting was modified.

Link copied to clipboard

Setting name

Link copied to clipboard

Value of the zone setting. Notes: The interval (in seconds) from when development mode expires (positive integer) or last expired (negative integer) for the domain. If development mode has never been enabled, this value is false.

Link copied to clipboard

Current value of the zone setting. Available values: "on", "off".

Link copied to clipboard

Identifier