GetDnsZoneTransfersPeerPlainArgs

data class GetDnsZoneTransfersPeerPlainArgs(val accountId: String, val peerId: String? = null) : ConvertibleToJava<GetDnsZoneTransfersPeerPlainArgs>

A collection of arguments for invoking getDnsZoneTransfersPeer.

Constructors

Link copied to clipboard
constructor(accountId: String, peerId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val peerId: String? = null

Functions

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