Represents user information related to group sharing.

This class holds the details of a user in the context of group sharing, including the user's name and any associated metadata that provides additional context about the user.

Implements

Constructors

Properties

Constructors

Properties

metadata?: Record<string, any>

Optional metadata associated with the user in the context of group sharing.

username: string

The username of the user associated with the group sharing.