GoogleAdsSearchads360V23ServicesCallConversion constructor
GoogleAdsSearchads360V23ServicesCallConversion({
- String? callStartDateTime,
- String? callerId,
- GoogleAdsSearchads360V23CommonConsent? consent,
- String? conversionAction,
- String? conversionDateTime,
- double? conversionValue,
- String? currencyCode,
- List<
GoogleAdsSearchads360V23ServicesCustomVariable> ? customVariables,
Implementation
GoogleAdsSearchads360V23ServicesCallConversion({
this.callStartDateTime,
this.callerId,
this.consent,
this.conversionAction,
this.conversionDateTime,
this.conversionValue,
this.currencyCode,
this.customVariables,
});