Properties
NAME | TYPE | DESCRIPTION |
$id | string | Team ID. |
$createdAt | integer | Team creation date in Unix timestamp. |
$updatedAt | integer | Team update date in Unix timestamp. |
name | string | Team name. |
total | integer | Total number of team members. |
Example
JSON
{
"$id": "5e5ea5c16897e",
"$createdAt": 1592981250,
"$updatedAt": 1592981250,
"name": "VIP",
"total": 7
}
JSON
{
"_id": "5e5ea5c16897e",
"_createdAt": 1592981250,
"_updatedAt": 1592981250,
"name": "VIP",
"total": 7
}