Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.92 KB

Environment.md

File metadata and controls

26 lines (19 loc) · 1.92 KB

Environment

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
applicationId Integer 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 String A stringified version of the environment's Talang variables scope.
giveawaysPools List<GiveawaysPool> The giveaways pools that the application is subscribed to. [optional]
loyaltyPrograms 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]
additionalCosts 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]
applicationCartItemFilters List<ApplicationCIF> The cart item filters belonging to the Application. [optional]