Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.11 KB

CampaignCollection.md

File metadata and controls

21 lines (16 loc) · 1.11 KB

CampaignCollection

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.
description str A short description of the purpose of this collection. [optional]
name str The name of this collection.
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.
application_id int The ID of the Application that owns this entity. [optional]
campaign_id int The ID of the campaign that owns this entity. [optional]
payload list[str] The content of the collection. [optional]

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