Campaign class

A single campaign.

Constructors

Campaign({String? advertiserId, List<CampaignBudget>? campaignBudgets, CampaignFlight? campaignFlight, CampaignGoal? campaignGoal, String? campaignId, String? displayName, String? entityStatus, FrequencyCap? frequencyCap, String? name, String? updateTime})
Campaign.fromJson(Map json_)

Properties

advertiserId String?
The unique ID of the advertiser the campaign belongs to.
getter/setter pair
campaignBudgets List<CampaignBudget>?
The list of budgets available to this campaign.
getter/setter pair
campaignFlight CampaignFlight?
The planned spend and duration of the campaign.
getter/setter pair
campaignGoal CampaignGoal?
The goal of the campaign.
getter/setter pair
campaignId String?
The unique ID of the campaign.
getter/setter pair
displayName String?
The display name of the campaign.
getter/setter pair
entityStatus String?
Controls whether or not the insertion orders under this campaign can spend their budgets and bid on inventory.
getter/setter pair
frequencyCap FrequencyCap?
The frequency cap setting of the campaign.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the campaign.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The timestamp when the campaign was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited