GoogleAdsSearchads360V23ResourcesConversionAction constructor

GoogleAdsSearchads360V23ResourcesConversionAction({
  1. String? appId,
  2. GoogleAdsSearchads360V23ResourcesConversionActionAttributionModelSettings? attributionModelSettings,
  3. String? category,
  4. String? clickThroughLookbackWindowDays,
  5. String? countingType,
  6. String? creationTime,
  7. GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings? firebaseSettings,
  8. GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings? floodlightSettings,
  9. GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings? googleAnalytics4Settings,
  10. String? id,
  11. bool? includeInClientAccountConversionsMetric,
  12. bool? includeInConversionsMetric,
  13. String? mobileAppVendor,
  14. String? name,
  15. String? origin,
  16. String? ownerCustomer,
  17. String? phoneCallDurationSeconds,
  18. bool? primaryForGoal,
  19. String? resourceName,
  20. String? status,
  21. List<GoogleAdsSearchads360V23CommonTagSnippet>? tagSnippets,
  22. GoogleAdsSearchads360V23ResourcesConversionActionThirdPartyAppAnalyticsSettings? thirdPartyAppAnalyticsSettings,
  23. String? type,
  24. GoogleAdsSearchads360V23ResourcesConversionActionValueSettings? valueSettings,
  25. String? viewThroughLookbackWindowDays,
})

Implementation

GoogleAdsSearchads360V23ResourcesConversionAction({
  this.appId,
  this.attributionModelSettings,
  this.category,
  this.clickThroughLookbackWindowDays,
  this.countingType,
  this.creationTime,
  this.firebaseSettings,
  this.floodlightSettings,
  this.googleAnalytics4Settings,
  this.id,
  this.includeInClientAccountConversionsMetric,
  this.includeInConversionsMetric,
  this.mobileAppVendor,
  this.name,
  this.origin,
  this.ownerCustomer,
  this.phoneCallDurationSeconds,
  this.primaryForGoal,
  this.resourceName,
  this.status,
  this.tagSnippets,
  this.thirdPartyAppAnalyticsSettings,
  this.type,
  this.valueSettings,
  this.viewThroughLookbackWindowDays,
});