GetWorkersCustomDomainResult

data class GetWorkersCustomDomainResult(val accountId: String, val domainId: String? = null, val environment: String, val filter: GetWorkersCustomDomainFilter? = null, val hostname: String, val id: String, val service: String, val zoneId: String, val zoneName: String)

A collection of values returned by getWorkersCustomDomain.

Constructors

Link copied to clipboard
constructor(accountId: String, domainId: String? = null, environment: String, filter: GetWorkersCustomDomainFilter? = null, hostname: String, id: String, service: String, zoneId: String, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifer of the account.

Link copied to clipboard
val domainId: String? = null

Identifer of the Worker Domain.

Link copied to clipboard

Worker environment associated with the zone and hostname.

Link copied to clipboard
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.