GetGroupAccessTokensPlainArgs

data class GetGroupAccessTokensPlainArgs(val group: String) : ConvertibleToJava<GetGroupAccessTokensPlainArgs>

A collection of arguments for invoking getGroupAccessTokens.

Constructors

Link copied to clipboard
constructor(group: String)

Properties

Link copied to clipboard

The name or id of the group.

Functions

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