GetGroupHookPlainArgs

data class GetGroupHookPlainArgs(val group: String, val hookId: Int) : ConvertibleToJava<GetGroupHookPlainArgs>

A collection of arguments for invoking getGroupHook.

Constructors

Link copied to clipboard
constructor(group: String, hookId: Int)

Properties

Link copied to clipboard

The ID or full path of the group.

Link copied to clipboard
val hookId: Int

The id of the group hook.

Functions

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