| Name | Type | Description | Notes |
|---|---|---|---|
| beginAt | Date | Timestamp for when this theme becomes active. Null=always | [optional] |
| endAt | Date | Timestamp for when this theme expires. Null=never | [optional] |
| id | Number | Unique Id | [optional] |
| name | String | Name of theme. Can only be alphanumeric and underscores. | [optional] |
| settings | ThemeSettings | Hash of name/value pairs for theme settings. These names get validated. | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |