UserGroupMember

constructor(groupId: String, userId: String, isAdmin: Boolean = false, createdAt: Date? = null)

Parameters

groupId

The group this membership belongs to.

userId

The user that is a member of the group.

isAdmin

Whether the user is an admin of the group.

createdAt

When the user was added to the group.