GoogleAdsSearchads360V23CommonDynamicTravelAsset constructor
GoogleAdsSearchads360V23CommonDynamicTravelAsset({
- String? androidAppLink,
- String? category,
- List<
String> ? contextualKeywords, - String? destinationAddress,
- String? destinationId,
- String? destinationName,
- String? formattedPrice,
- String? formattedSalePrice,
- String? imageUrl,
- String? iosAppLink,
- String? iosAppStoreId,
- String? originId,
- String? originName,
- String? price,
- String? salePrice,
- List<
String> ? similarDestinationIds, - String? title,
Implementation
GoogleAdsSearchads360V23CommonDynamicTravelAsset({
this.androidAppLink,
this.category,
this.contextualKeywords,
this.destinationAddress,
this.destinationId,
this.destinationName,
this.formattedPrice,
this.formattedSalePrice,
this.imageUrl,
this.iosAppLink,
this.iosAppStoreId,
this.originId,
this.originName,
this.price,
this.salePrice,
this.similarDestinationIds,
this.title,
});