GetCustomDataIdentifierPlainArgs

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

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Custom data identifier ID.

Functions

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