GetApiTokenPlainArgs

data class GetApiTokenPlainArgs(val filter: GetApiTokenFilter? = null, val tokenId: String? = null) : ConvertibleToJava<GetApiTokenPlainArgs>

A collection of arguments for invoking getApiToken.

Constructors

Link copied to clipboard
constructor(filter: GetApiTokenFilter? = null, tokenId: String? = null)

Properties

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

Token identifier tag.

Functions

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