GoogleAdsSearchads360V23CommonListingDimensionInfo constructor

GoogleAdsSearchads360V23CommonListingDimensionInfo({
  1. GoogleAdsSearchads360V23CommonActivityCityInfo? activityCity,
  2. GoogleAdsSearchads360V23CommonActivityCountryInfo? activityCountry,
  3. GoogleAdsSearchads360V23CommonActivityIdInfo? activityId,
  4. GoogleAdsSearchads360V23CommonActivityRatingInfo? activityRating,
  5. GoogleAdsSearchads360V23CommonActivityStateInfo? activityState,
  6. GoogleAdsSearchads360V23CommonHotelCityInfo? hotelCity,
  7. GoogleAdsSearchads360V23CommonHotelClassInfo? hotelClass,
  8. GoogleAdsSearchads360V23CommonHotelCountryRegionInfo? hotelCountryRegion,
  9. GoogleAdsSearchads360V23CommonHotelIdInfo? hotelId,
  10. GoogleAdsSearchads360V23CommonHotelStateInfo? hotelState,
  11. GoogleAdsSearchads360V23CommonProductBrandInfo? productBrand,
  12. GoogleAdsSearchads360V23CommonProductCategoryInfo? productCategory,
  13. GoogleAdsSearchads360V23CommonProductChannelInfo? productChannel,
  14. GoogleAdsSearchads360V23CommonProductChannelExclusivityInfo? productChannelExclusivity,
  15. GoogleAdsSearchads360V23CommonProductConditionInfo? productCondition,
  16. GoogleAdsSearchads360V23CommonProductCustomAttributeInfo? productCustomAttribute,
  17. GoogleAdsSearchads360V23CommonProductGroupingInfo? productGrouping,
  18. GoogleAdsSearchads360V23CommonProductItemIdInfo? productItemId,
  19. GoogleAdsSearchads360V23CommonProductLabelsInfo? productLabels,
  20. GoogleAdsSearchads360V23CommonProductLegacyConditionInfo? productLegacyCondition,
  21. GoogleAdsSearchads360V23CommonProductTypeInfo? productType,
  22. GoogleAdsSearchads360V23CommonProductTypeFullInfo? productTypeFull,
  23. GoogleAdsSearchads360V23CommonUnknownListingDimensionInfo? unknownListingDimension,
})

Implementation

GoogleAdsSearchads360V23CommonListingDimensionInfo({
  this.activityCity,
  this.activityCountry,
  this.activityId,
  this.activityRating,
  this.activityState,
  this.hotelCity,
  this.hotelClass,
  this.hotelCountryRegion,
  this.hotelId,
  this.hotelState,
  this.productBrand,
  this.productCategory,
  this.productChannel,
  this.productChannelExclusivity,
  this.productCondition,
  this.productCustomAttribute,
  this.productGrouping,
  this.productItemId,
  this.productLabels,
  this.productLegacyCondition,
  this.productType,
  this.productTypeFull,
  this.unknownListingDimension,
});