GetWorkersCustomDomainsResult

data class GetWorkersCustomDomainsResult(val environment: String, val hostname: String, val id: String, val service: String, val zoneId: String, val zoneName: String)

Constructors

Link copied to clipboard
constructor(environment: String, hostname: String, id: String, service: String, zoneId: String, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Worker environment associated with the zone and hostname.

Link copied to clipboard

Hostname of the Worker Domain.

Link copied to clipboard
val id: String

Identifer of the Worker Domain.

Link copied to clipboard

Worker service associated with the zone and hostname.

Link copied to clipboard

Identifier of the zone.

Link copied to clipboard

Name of the zone.