GoogleAdsSearchads360V23ServicesPlannedProduct class
A product being planned for reach.
Constructors
- GoogleAdsSearchads360V23ServicesPlannedProduct({GoogleAdsSearchads360V23ServicesAdvancedProductTargeting? advancedProductTargeting, String? budgetMicros, double? conversionRate, String? plannableProductCode})
- GoogleAdsSearchads360V23ServicesPlannedProduct.fromJson(Map json_)
Properties
- advancedProductTargeting ↔ GoogleAdsSearchads360V23ServicesAdvancedProductTargeting?
-
Targeting settings for the selected product.
getter/setter pair
- budgetMicros ↔ String?
-
Maximum budget allocation in micros for the selected product.
getter/setter pair
- conversionRate ↔ double?
-
Conversion rate as a decimal between 0 and 1, exclusive.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- plannableProductCode ↔ String?
-
Selected product for planning.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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