Campaign constructor
Campaign({
- String? advertiserId,
- List<
CampaignBudget> ? campaignBudgets, - CampaignFlight? campaignFlight,
- CampaignGoal? campaignGoal,
- String? campaignId,
- String? displayName,
- String? entityStatus,
- FrequencyCap? frequencyCap,
- String? name,
- String? updateTime,
Implementation
Campaign({
this.advertiserId,
this.campaignBudgets,
this.campaignFlight,
this.campaignGoal,
this.campaignId,
this.displayName,
this.entityStatus,
this.frequencyCap,
this.name,
this.updateTime,
});