Get Record Plain Args
data class GetRecordPlainArgs(val hostname: String, val priority: Int? = null, val type: String? = null, val zoneId: String) : ConvertibleToJava<GetRecordPlainArgs>
A collection of arguments for invoking getRecord.
Constructors
Link copied to clipboard
fun GetRecordPlainArgs(hostname: String, priority: Int? = null, type: String? = null, zoneId: String)