GetAllowListPlainArgs

data class GetAllowListPlainArgs(val id: String) : ConvertibleToJava<GetAllowListPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

AllowList ID.

Functions

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