GoogleAdsSearchads360V23ResourcesConversionActionValueSettings class
Settings related to the value for conversion events associated with this conversion action.
Constructors
- GoogleAdsSearchads360V23ResourcesConversionActionValueSettings({bool? alwaysUseDefaultValue, String? defaultCurrencyCode, double? defaultValue})
- GoogleAdsSearchads360V23ResourcesConversionActionValueSettings.fromJson(Map json_)
Properties
- alwaysUseDefaultValue ↔ bool?
-
Controls whether the default value and default currency code are used in
place of the value and currency code specified in conversion events for
this conversion action.
getter/setter pair
- defaultCurrencyCode ↔ String?
-
The currency code to use when conversion events for this conversion action
are sent with an invalid or missing currency code, or when this conversion
action is configured to always use the default value.
getter/setter pair
- defaultValue ↔ double?
-
The value to use when conversion events for this conversion action are
sent with an invalid, disallowed or missing value, or when this conversion
action is configured to always use the default value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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