Type: object
Attribute | Type | Description |
---|---|---|
id | string | Identifier of the flow board group |
created | integer | The unix timestamp when the color was created |
name | string | Name of the flow board |
color | Color Data | - |
Example
{
"id": "5dbad85a76ea51c1f35b6f69",
"created": 1517184000,
"name": "example board group name",
"color": {
"source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
"r": 143,
"g": 152,
"b": 5,
"a": 1
}
}