Package-level declarations

Types

Link copied to clipboard
data class GetGeographicalLocationResult(val id: String, val name: String)

A collection of values returned by getGeographicalLocation.

Link copied to clipboard
data class ProfileDnsConfig(val relativeName: String, val ttl: Int)
Link copied to clipboard
data class ProfileMonitorConfig(val customHeaders: List<ProfileMonitorConfigCustomHeader>? = null, val expectedStatusCodeRanges: List<String>? = null, val intervalInSeconds: Int? = null, val path: String? = null, val port: Int, val protocol: String, val timeoutInSeconds: Int? = null, val toleratedNumberOfFailures: Int? = null)
Link copied to clipboard
data class ProfileMonitorConfigCustomHeader(val name: String, val value: String)