GoogleAdsSearchads360V23CommonDynamicRealEstateAsset class

A dynamic real estate asset.

Constructors

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})
GoogleAdsSearchads360V23CommonDynamicRealEstateAsset.fromJson(Map json_)

Properties

address String?
Address which can be specified in one of the following formats.
getter/setter pair
Android deep link, for example, android-app://com.example.android/http/example.com/gizmos?1234.
getter/setter pair
cityName String?
City name, for example, Mountain View, California.
getter/setter pair
contextualKeywords List<String>?
Contextual keywords, for example, For sale; Houses for sale.
getter/setter pair
description String?
Description, for example, 3 beds, 2 baths, 1568 sq.
getter/setter pair
formattedPrice String?
Formatted price which can be any characters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
Image URL, for example, http://www.example.com/image.png.
getter/setter pair
iOS deep link, for example, exampleApp://content/page.
getter/setter pair
iosAppStoreId String?
iOS app store ID.
getter/setter pair
listingId String?
Listing ID which can be any sequence of letters and digits, and must be unique and match the values of remarketing tag.
getter/setter pair
listingName String?
Listing name, for example, Boulevard Bungalow.
getter/setter pair
listingType String?
Listing type, for example, For sale.
getter/setter pair
price String?
Price which can be number followed by the alphabetic currency code, ISO 4217 standard.
getter/setter pair
propertyType String?
Property type, for example, House.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
similarListingIds List<String>?
Similar listing IDs.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited