GoogleAdsSearchads360V23CommonDynamicRealEstateAsset constructor
GoogleAdsSearchads360V23CommonDynamicRealEstateAsset({
- String? address,
- String? androidAppLink,
- String? cityName,
- List<
String> ? contextualKeywords, - String? description,
- String? formattedPrice,
- String? imageUrl,
- String? iosAppLink,
- String? iosAppStoreId,
- String? listingId,
- String? listingName,
- String? listingType,
- String? price,
- String? propertyType,
- 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,
});