GetDomainIdentityPlainArgs

data class GetDomainIdentityPlainArgs(val domain: String) : ConvertibleToJava<GetDomainIdentityPlainArgs>

A collection of arguments for invoking getDomainIdentity.

Constructors

Link copied to clipboard
constructor(domain: String)

Properties

Link copied to clipboard

Name of the domain

Functions

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