Name | Type | Description | Notes |
---|---|---|---|
id | Number | Internal ID of this entity. | |
created | Date | The time this entity was created. | |
accountId | Number | The ID of the account that owns this entity. | |
modified | Date | The time this entity was last modified. | |
applicationIds | [Number] | The IDs of the Applications that are related to this entity. | |
isPerItem | Boolean | Indicates if this effect is per item or not. | [optional] |
name | String | The name of this effect. | |
title | String | The title of this effect. | |
payload | String | The JSON payload of this effect. | |
description | String | The description of this effect. | [optional] |
enabled | Boolean | Determines if this effect is active. | |
params | [TemplateArgDef] | Array of template argument definitions. | [optional] |
modifiedBy | Number | ID of the user who last updated this effect if available. | [optional] |
createdBy | Number | ID of the user who created this effect. |