GoogleAdsSearchads360V23CommonDynamicCustomAsset constructor
GoogleAdsSearchads360V23CommonDynamicCustomAsset({
- String? androidAppLink,
- List<
String> ? contextualKeywords, - String? formattedPrice,
- String? formattedSalePrice,
- String? id,
- String? id2,
- String? imageUrl,
- String? iosAppLink,
- String? iosAppStoreId,
- String? itemAddress,
- String? itemCategory,
- String? itemDescription,
- String? itemSubtitle,
- String? itemTitle,
- String? price,
- String? salePrice,
- List<
String> ? similarIds,
Implementation
GoogleAdsSearchads360V23CommonDynamicCustomAsset({
this.androidAppLink,
this.contextualKeywords,
this.formattedPrice,
this.formattedSalePrice,
this.id,
this.id2,
this.imageUrl,
this.iosAppLink,
this.iosAppStoreId,
this.itemAddress,
this.itemCategory,
this.itemDescription,
this.itemSubtitle,
this.itemTitle,
this.price,
this.salePrice,
this.similarIds,
});