GetRecordPlainArgs

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

A collection of arguments for invoking getRecord.

Constructors

Link copied to clipboard
fun GetRecordPlainArgs(domain: String, name: String)

Functions

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

Properties

Link copied to clipboard

The domain name of the record.

Link copied to clipboard

The name of the record.