GetWorkersCustomDomainsPlainArgs

data class GetWorkersCustomDomainsPlainArgs(val accountId: String, val environment: String? = null, val hostname: String? = null, val maxItems: Int? = null, val service: String? = null, val zoneId: String? = null, val zoneName: String? = null) : ConvertibleToJava<GetWorkersCustomDomainsPlainArgs>

A collection of arguments for invoking getWorkersCustomDomains.

Constructors

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

Properties

Link copied to clipboard

Identifer of the account.

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 maxItems: Int? = null

Max items to fetch, default: 1000

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(): GetWorkersCustomDomainsPlainArgs