GetGroupPlainArgs

data class GetGroupPlainArgs(val fullPath: String? = null, val groupId: Int? = null) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Constructors

Link copied to clipboard
constructor(fullPath: String? = null, groupId: Int? = null)

Properties

Link copied to clipboard
val fullPath: String? = null

The full path of the group.

Link copied to clipboard
val groupId: Int? = null

The ID of the group.

Functions

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