# ActionGet

**Properties**

| Name   | Type               | Required | Description                                                 |
| :----- | :----------------- | :------- | :---------------------------------------------------------- |
| type\_ | string             | ❌       | Type of the supported resources                             |
| id     | string             | ❌       | Unique identifier representing a specific resource instance |
| idV1   | string             | ❌       | Clip v1 resource identifier                                 |
| owner  | ResourceIdentifier | ❌       |                                                             |
| target | ResourceIdentifier | ❌       |                                                             |
| action | ActionGetAction    | ❌       | The action to be executed on recall                         |

# ActionGetAction

The action to be executed on recall

**Properties**

| Name             | Type             | Required | Description                                   |
| :--------------- | :--------------- | :------- | :-------------------------------------------- |
| on               | On               | ❌       |                                               |
| dimming          | Dimming          | ❌       |                                               |
| color            | Color            | ❌       |                                               |
| colorTemperature | ColorTemperature | ❌       |                                               |
| gradient         | Gradient         | ❌       | Basic feature containing gradient properties. |
| effects          | ActionEffects1   | ❌       | Basic feature containing effect properties.   |

# ActionEffects1

Basic feature containing effect properties.

**Properties**

| Name   | Type             | Required | Description |
| :----- | :--------------- | :------- | :---------- |
| effect | SupportedEffects | ❌       |             |

<!-- This file was generated by liblab | https://liblab.com/ -->
