GetDomainPlainArgs

data class GetDomainPlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetDomainPlainArgs>

A collection of arguments for invoking getDomain.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Properties

Link copied to clipboard
val id: String? = null

ID of the Domain. One of name or id is required

Link copied to clipboard
val name: String? = null

Name of the Domain. One of name or id is required.

Functions

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