Group
The Group class represents a Sentinel server group.
Properties
| Property | Type | Notes |
|---|---|---|
| groupId | String | The v4 UUID of the group. |
| userId | String | The Beacon UUID of the group owner. |
| name | String | The name of the group. |
| color | String | One of None, Blue, Brown, Grey, Green, Indigo, Orange, Pink, Purple, Red, Teal, or Yellow. |
Example Instance
{
"groupId": "29fdfe65-2299-49d5-ac35-8f4757a764de",
"userId": "00000000-60b4-4e15-91b1-a29ebd4651cd",
"name": "Servers That Do Not Exist",
"color": "None"
}