Type: object
| Attribute | Type | Description | 
|---|---|---|
| id | string | The unique id of the component section | 
| created | integer | The unix timestamp when the component section was created | 
| name | string | The name of the component section | 
| description | string (Optional) | The description of the component section | 
| groups | Component Group[] | - | 
| variant | Component Section Variant (Optional) | - | 
Example
{
  "id": "5db81e73e1e36ee19f138c1a",
  "created": 1572347507,
  "name": "Red buttons",
  "groups": [
    {
      "id": "5db81e73e1e36ee19f138c1a",
      "created": 1572347507,
      "name": "Red buttons"
    }
  ],
  "variant": {
    "properties": [
      {
        "id": "60422281c96b47c3be1a912f",
        "name": "State",
        "values": [
          "default",
          "hover",
          "pressed"
        ]
      }
    ],
    "source_id": "x9wDrXF1Rr44n3hPTADKMV-13:0"
  }
}