Name | Type | Description | Notes |
---|---|---|---|
id | int | Internal ID of this entity. | |
created | datetime | The time this entity was created. | |
account_id | int | The ID of the account that owns this entity. | |
modified | datetime | The time this entity was last modified. | |
application_ids | list[int] | The IDs of the Applications that are related to this entity. | |
is_per_item | bool | Indicates if this effect is per item or not. | [optional] |
name | str | The name of this effect. | |
title | str | The title of this effect. | |
payload | str | The JSON payload of this effect. | |
description | str | The description of this effect. | [optional] |
enabled | bool | Determines if this effect is active. | |
params | list[TemplateArgDef] | Array of template argument definitions. | [optional] |
modified_by | int | ID of the user who last updated this effect if available. | [optional] |
created_by | int | ID of the user who created this effect. |