GetAssetPlainArgs

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

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique identifier for the Asset.

Functions

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