GoogleAdsSearchads360V23CommonDynamicRealEstateAsset constructor

GoogleAdsSearchads360V23CommonDynamicRealEstateAsset({
  1. String? address,
  2. String? androidAppLink,
  3. String? cityName,
  4. List<String>? contextualKeywords,
  5. String? description,
  6. String? formattedPrice,
  7. String? imageUrl,
  8. String? iosAppLink,
  9. String? iosAppStoreId,
  10. String? listingId,
  11. String? listingName,
  12. String? listingType,
  13. String? price,
  14. String? propertyType,
  15. List<String>? similarListingIds,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicRealEstateAsset({
  this.address,
  this.androidAppLink,
  this.cityName,
  this.contextualKeywords,
  this.description,
  this.formattedPrice,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.listingId,
  this.listingName,
  this.listingType,
  this.price,
  this.propertyType,
  this.similarListingIds,
});