GetAclTokensPlainArgs

data class GetAclTokensPlainArgs(val prefix: String? = null) : ConvertibleToJava<GetAclTokensPlainArgs>

A collection of arguments for invoking getAclTokens.

Constructors

Link copied to clipboard
constructor(prefix: String? = null)

Properties

Link copied to clipboard
val prefix: String? = null

(string) Optional prefix to filter the tokens.

Functions

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