Representation of a group of users.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'Group' if this is a complete object or 'GroupLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
users | list[User] | List of users of the group. | [optional] |