Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.19 KB

CollectionWithoutPayload.md

File metadata and controls

19 lines (16 loc) · 1.19 KB

TalonOne.Model.CollectionWithoutPayload

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
AccountId int The ID of the account that owns this entity.
Modified DateTime The time this entity was last modified.
Description string A short description of the purpose of this collection. [optional]
SubscribedApplicationsIds List<int> A list of the IDs of the Applications where this collection is enabled. [optional]
Name string The name of this collection.
ModifiedBy int ID of the user who last updated this effect if available. [optional]
CreatedBy int ID of the user who created this effect.
ApplicationId int The ID of the Application that owns this entity. [optional]
CampaignId int The ID of the campaign that owns this entity. [optional]

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