Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.3 KB

CustomEffect.md

File metadata and controls

24 lines (19 loc) · 1.3 KB

CustomEffect

Properties

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.

[Back to Model list] [Back to API list] [Back to README]