GoogleAdsSearchads360V23ResourcesCampaignPerformanceMaxUpgrade class
Information about a campaign being upgraded to Performance Max.
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignPerformanceMaxUpgrade({String? performanceMaxCampaign, String? preUpgradeCampaign, String? status})
- GoogleAdsSearchads360V23ResourcesCampaignPerformanceMaxUpgrade.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- performanceMaxCampaign ↔ String?
-
The resource name of the Performance Max campaign the campaign is upgraded
to.
getter/setter pair
- preUpgradeCampaign ↔ String?
-
The resource name of the legacy campaign upgraded to Performance Max.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The upgrade status of a campaign requested to be upgraded to Performance
Max.
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