GetRecordPlainArgs

data class GetRecordPlainArgs(val domain: String, val name: String) : ConvertibleToJava<GetRecordPlainArgs>

A collection of arguments for invoking getRecord.

Constructors

Link copied to clipboard
constructor(domain: String, name: String)

Properties

Link copied to clipboard

The domain name of the record.

Link copied to clipboard

The name of the record.

Functions

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