PortalGroupUsers

@Serializable
data class PortalGroupUsers(val admins: List<String> = listOf(), val users: List<String> = listOf())

Holds the administrators and users for a portal group.

Since

200.0.0

Constructors

Link copied to clipboard
constructor(admins: List<String> = listOf(), users: List<String> = listOf())

Properties

Link copied to clipboard

the administartors of the group

Link copied to clipboard

the users of the group