GoogleAdsSearchads360V23ServicesCallConversion class
A call conversion.
Constructors
-
GoogleAdsSearchads360V23ServicesCallConversion({String? callStartDateTime, String? callerId, GoogleAdsSearchads360V23CommonConsent? consent, String? conversionAction, String? conversionDateTime, double? conversionValue, String? currencyCode, List<
GoogleAdsSearchads360V23ServicesCustomVariable> ? customVariables}) - GoogleAdsSearchads360V23ServicesCallConversion.fromJson(Map json_)
Properties
- callerId ↔ String?
-
The caller id from which this call was placed.
getter/setter pair
- callStartDateTime ↔ String?
-
The date time at which the call occurred.
getter/setter pair
- consent ↔ GoogleAdsSearchads360V23CommonConsent?
-
The consent setting for the event.
getter/setter pair
- conversionAction ↔ String?
-
Resource name of the conversion action associated with this conversion.
getter/setter pair
- conversionDateTime ↔ String?
-
The date time at which the conversion occurred.
getter/setter pair
- conversionValue ↔ double?
-
The value of the conversion for the advertiser.
getter/setter pair
- currencyCode ↔ String?
-
Currency associated with the conversion value.
getter/setter pair
-
customVariables
↔ List<
GoogleAdsSearchads360V23ServicesCustomVariable> ? -
The custom variables associated with this conversion.
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