GetGroupIdsPlainArgs

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

A collection of arguments for invoking getGroupIds.

Constructors

Link copied to clipboard
constructor(group: String)

Properties

Link copied to clipboard

The ID or URL-encoded path of the group.

Functions

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