| Name | Type | Description | Notes |
|---|---|---|---|
| can | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
| begin_at | \DateTime | Timestamp for when this theme becomes active. Null=always | [optional] |
| end_at | \DateTime | Timestamp for when this theme expires. Null=never | [optional] |
| id | string | Unique Id | [optional] |
| name | string | Name of theme. Can only be alphanumeric and underscores. | [optional] |
| settings | \Swagger\Client\Model\ThemeSettings | Hash of name/value pairs for theme settings. These names get validated. | [optional] |