Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
AccountId | int | The ID of the account that owns this entity. | |
Modified | DateTime | The time this entity was last modified. | |
ApplicationIds | List<int> | The IDs of the Applications that are related to this entity. | |
IsPerItem | bool | 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 | bool | Determines if this effect is active. | |
Params | List<TemplateArgDef> | Array of template argument definitions. | [optional] |
ModifiedBy | int | ID of the user who last updated this effect if available. | [optional] |
CreatedBy | int | ID of the user who created this effect. |