GetWorkersCustomDomainPlainArgs

data class GetWorkersCustomDomainPlainArgs(val accountId: String, val domainId: String? = null, val filter: GetWorkersCustomDomainFilter? = null) : ConvertibleToJava<GetWorkersCustomDomainPlainArgs>

A collection of arguments for invoking getWorkersCustomDomain.

Constructors

Link copied to clipboard
constructor(accountId: String, domainId: String? = null, filter: GetWorkersCustomDomainFilter? = null)

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

Functions

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