properties:
property | type |
---|---|
id | string |
title | string |
description | string | null |
startDate | Date | null |
endDate | Date | null |
isHidden | boolean |
referenceId | string |
budget | Budget | null |
labels | Label[] | null |
methods:
parameteres: (None)
returns: { self: string; brief: string | null; owner: string | null; parentCampaign: string | null; childCampaigns: [string]; }
parameteres: (None)
returns: Promise<CampaignBrief | null>
Gets the campaigns brief if it has one.
parameteres: (None)
returns: Promise<User | null>
Gets the campaigns owner. If the campaign has no owner, it will return null
promise.
parameteres: (None)
returns: Promise<Campaign[]>
Gets the child campaigns of the campaign.
parameteres: (None)
returns: Promise<Campaign | null>
Gets the parent campaign of the campaign.