GoogleAdsSearchads360V23CommonDynamicLocalAsset constructor
GoogleAdsSearchads360V23CommonDynamicLocalAsset({
- String? address,
- String? androidAppLink,
- String? category,
- List<
String> ? contextualKeywords, - String? dealId,
- String? dealName,
- String? description,
- String? formattedPrice,
- String? formattedSalePrice,
- String? imageUrl,
- String? iosAppLink,
- String? iosAppStoreId,
- String? price,
- String? salePrice,
- List<
String> ? similarDealIds, - String? subtitle,
Implementation
GoogleAdsSearchads360V23CommonDynamicLocalAsset({
this.address,
this.androidAppLink,
this.category,
this.contextualKeywords,
this.dealId,
this.dealName,
this.description,
this.formattedPrice,
this.formattedSalePrice,
this.imageUrl,
this.iosAppLink,
this.iosAppStoreId,
this.price,
this.salePrice,
this.similarDealIds,
this.subtitle,
});