Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.63 KB

File metadata and controls

25 lines (17 loc) · 1.63 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]
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]