GoogleAdsSearchads360V23CommonSegments constructor

GoogleAdsSearchads360V23CommonSegments({
  1. String? adFormatType,
  2. String? adNetworkType,
  3. GoogleAdsSearchads360V23CommonAssetInteractionTarget? assetInteractionTarget,
  4. String? conversionAction,
  5. String? conversionActionCategory,
  6. String? conversionActionName,
  7. List<GoogleAdsSearchads360V23CommonValue>? conversionCustomDimensions,
  8. String? date,
  9. String? dayOfWeek,
  10. String? device,
  11. String? geoTargetCity,
  12. String? geoTargetCountry,
  13. String? geoTargetMetro,
  14. String? geoTargetPostalCode,
  15. String? geoTargetRegion,
  16. int? hour,
  17. GoogleAdsSearchads360V23CommonKeyword? keyword,
  18. String? mobileDevicePlatform,
  19. String? month,
  20. String? productBiddingCategoryLevel1,
  21. String? productBiddingCategoryLevel2,
  22. String? productBiddingCategoryLevel3,
  23. String? productBiddingCategoryLevel4,
  24. String? productBiddingCategoryLevel5,
  25. String? productBrand,
  26. String? productChannel,
  27. String? productChannelExclusivity,
  28. String? productCondition,
  29. String? productCountry,
  30. String? productCustomAttribute0,
  31. String? productCustomAttribute1,
  32. String? productCustomAttribute2,
  33. String? productCustomAttribute3,
  34. String? productCustomAttribute4,
  35. String? productItemId,
  36. String? productLanguage,
  37. String? productSoldBiddingCategoryLevel1,
  38. String? productSoldBiddingCategoryLevel2,
  39. String? productSoldBiddingCategoryLevel3,
  40. String? productSoldBiddingCategoryLevel4,
  41. String? productSoldBiddingCategoryLevel5,
  42. String? productSoldBrand,
  43. String? productSoldCondition,
  44. String? productSoldCustomAttribute0,
  45. String? productSoldCustomAttribute1,
  46. String? productSoldCustomAttribute2,
  47. String? productSoldCustomAttribute3,
  48. String? productSoldCustomAttribute4,
  49. String? productSoldItemId,
  50. String? productSoldTitle,
  51. String? productSoldTypeL1,
  52. String? productSoldTypeL2,
  53. String? productSoldTypeL3,
  54. String? productSoldTypeL4,
  55. String? productSoldTypeL5,
  56. String? productStoreId,
  57. String? productTitle,
  58. String? productTypeL1,
  59. String? productTypeL2,
  60. String? productTypeL3,
  61. String? productTypeL4,
  62. String? productTypeL5,
  63. String? quarter,
  64. List<GoogleAdsSearchads360V23CommonValue>? rawEventConversionDimensions,
  65. String? verticalAdsEventParticipantDisplayNames,
  66. String? verticalAdsHotelClass,
  67. String? verticalAdsListing,
  68. String? verticalAdsListingBrand,
  69. String? verticalAdsListingCity,
  70. String? verticalAdsListingCountry,
  71. String? verticalAdsListingRegion,
  72. String? verticalAdsPartnerAccount,
  73. String? verticalAdsVertical,
  74. String? week,
  75. int? year,
})

Implementation

GoogleAdsSearchads360V23CommonSegments({
  this.adFormatType,
  this.adNetworkType,
  this.assetInteractionTarget,
  this.conversionAction,
  this.conversionActionCategory,
  this.conversionActionName,
  this.conversionCustomDimensions,
  this.date,
  this.dayOfWeek,
  this.device,
  this.geoTargetCity,
  this.geoTargetCountry,
  this.geoTargetMetro,
  this.geoTargetPostalCode,
  this.geoTargetRegion,
  this.hour,
  this.keyword,
  this.mobileDevicePlatform,
  this.month,
  this.productBiddingCategoryLevel1,
  this.productBiddingCategoryLevel2,
  this.productBiddingCategoryLevel3,
  this.productBiddingCategoryLevel4,
  this.productBiddingCategoryLevel5,
  this.productBrand,
  this.productChannel,
  this.productChannelExclusivity,
  this.productCondition,
  this.productCountry,
  this.productCustomAttribute0,
  this.productCustomAttribute1,
  this.productCustomAttribute2,
  this.productCustomAttribute3,
  this.productCustomAttribute4,
  this.productItemId,
  this.productLanguage,
  this.productSoldBiddingCategoryLevel1,
  this.productSoldBiddingCategoryLevel2,
  this.productSoldBiddingCategoryLevel3,
  this.productSoldBiddingCategoryLevel4,
  this.productSoldBiddingCategoryLevel5,
  this.productSoldBrand,
  this.productSoldCondition,
  this.productSoldCustomAttribute0,
  this.productSoldCustomAttribute1,
  this.productSoldCustomAttribute2,
  this.productSoldCustomAttribute3,
  this.productSoldCustomAttribute4,
  this.productSoldItemId,
  this.productSoldTitle,
  this.productSoldTypeL1,
  this.productSoldTypeL2,
  this.productSoldTypeL3,
  this.productSoldTypeL4,
  this.productSoldTypeL5,
  this.productStoreId,
  this.productTitle,
  this.productTypeL1,
  this.productTypeL2,
  this.productTypeL3,
  this.productTypeL4,
  this.productTypeL5,
  this.quarter,
  this.rawEventConversionDimensions,
  this.verticalAdsEventParticipantDisplayNames,
  this.verticalAdsHotelClass,
  this.verticalAdsListing,
  this.verticalAdsListingBrand,
  this.verticalAdsListingCity,
  this.verticalAdsListingCountry,
  this.verticalAdsListingRegion,
  this.verticalAdsPartnerAccount,
  this.verticalAdsVertical,
  this.week,
  this.year,
});