GetDomainNamePlainArgs

data class GetDomainNamePlainArgs(val domainName: String) : ConvertibleToJava<GetDomainNamePlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String)

Properties

Link copied to clipboard

The custom domain name as an API host name, for example, my-api.example.com .

Functions

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