| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Identifier | [optional] |
| caption | string | Caption | [optional] |
| altIcon | int | Chosen alternative icon idenifier. Should not be greater than the `function.maxAlternativeIconIndex`. | [optional] |
| enabled | bool | Whether this scene is enabled or not | [optional] |
| hidden | bool | Whether this scene is shown on client apps or not | [optional] |
| estimatedExecutionTime | int | Estimated execution time for this scene (in milliseconds). | [optional] |
| ownSubjectType | string | [optional] | |
| possibleActions | \Supla\ApiClient\Model\ChannelFunctionAction[] | What action can you execute on this subject? | [optional] |
| function | \Supla\ApiClient\Model\ChannelFunction | [optional] | |
| operations | \Supla\ApiClient\Model\SceneOperation[] | Scene operations, only if requested in the `include` param | [optional] |
| location | \Supla\ApiClient\Model\Location | [optional] | |
| locationId | int | [optional] | |
| functionId | int | [optional] | |
| userIconId | int | [optional] | |
| config | \Supla\ApiClient\Model\ChannelConfig | [optional] | |
| state | \Supla\ApiClient\Model\SceneState | [optional] | |
| relationsCount | \Supla\ApiClient\Model\SceneRelationsCount | [optional] |