GetUsergroupPlainArgs

data class GetUsergroupPlainArgs(val name: String? = null, val usergroupId: String? = null) : ConvertibleToJava<GetUsergroupPlainArgs>

A collection of arguments for invoking getUsergroup.

Constructors

Link copied to clipboard
constructor(name: String? = null, usergroupId: String? = null)

Properties

Link copied to clipboard
val name: String? = null

The name of the usergroup

Link copied to clipboard
val usergroupId: String? = null

The id of the usergroup The data source expects exactly one of these fields, you can't set both.

Functions

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