Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.99 KB

Environment.md

File metadata and controls

24 lines (20 loc) · 1.99 KB

Environment

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
application_id int The ID of the application that owns this entity.
slots list[SlotDef] The slots defined for this application.
functions list[FunctionDef] The functions defined for this application.
templates list[TemplateDef] The templates defined for this application.
variables str A stringified version of the environment's Talang variables scope.
giveaways_pools list[GiveawaysPool] The giveaways pools that the application is subscribed to. [optional]
loyalty_programs list[LoyaltyProgram] The loyalty programs that the application is subscribed to. [optional]
achievements list[Achievement] The achievements, linked to the campaigns, belonging to the application. [optional]
attributes list[Attribute] The attributes that the application is subscribed to. [optional]
additional_costs list[AccountAdditionalCost] The additional costs that the application is subscribed to. [optional]
audiences list[Audience] The audiences contained in the account which the application belongs to. [optional]
collections list[Collection] The account-level collections that the application is subscribed to. [optional]
application_cart_item_filters list[ApplicationCIF] The cart item filters belonging to the Application. [optional]

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