GetDomainPlainArgs

data class GetDomainPlainArgs(val domainName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDomainPlainArgs>

A collection of arguments for invoking getDomain.

Constructors

Link copied to clipboard
constructor(domainName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the domain.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags assigned to the domain.

Functions

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