GetWorkersCustomDomainFilter

data class GetWorkersCustomDomainFilter(val environment: String? = null, val hostname: String? = null, val service: String? = null, val zoneId: String? = null, val zoneName: String? = null) : ConvertibleToJava<GetWorkersCustomDomainFilter>

Constructors

Link copied to clipboard
constructor(environment: String? = null, hostname: String? = null, service: String? = null, zoneId: String? = null, zoneName: String? = null)

Properties

Link copied to clipboard
val environment: String? = null

Worker environment associated with the zone and hostname.

Link copied to clipboard
val hostname: String? = null

Hostname of the Worker Domain.

Link copied to clipboard
val service: String? = null

Worker service associated with the zone and hostname.

Link copied to clipboard
val zoneId: String? = null

Identifier of the zone.

Link copied to clipboard
val zoneName: String? = null

Name of the zone.

Functions

Link copied to clipboard
open override fun toJava(): GetWorkersCustomDomainFilter