GoogleAdsSearchads360V23ServicesConversionRateSuggestion class
A conversion rate suggestion.
Constructors
- GoogleAdsSearchads360V23ServicesConversionRateSuggestion({double? conversionRate, String? conversionRateModel, String? plannableProductCode, GoogleAdsSearchads360V23ServicesSurfaceTargeting? surfaceTargeting})
- GoogleAdsSearchads360V23ServicesConversionRateSuggestion.fromJson(Map json_)
Properties
- conversionRate ↔ double?
-
The suggested conversion rate.
getter/setter pair
- conversionRateModel ↔ String?
-
Model type used to calculate the suggested conversion rate.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- plannableProductCode ↔ String?
-
The code associated with the plannable product (for example: DEMAND_GEN).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surfaceTargeting ↔ GoogleAdsSearchads360V23ServicesSurfaceTargeting?
-
The surfaces associated with the plannable product.
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