GoogleAdsSearchads360V23CommonDynamicHotelsAndRentalsAsset class
A dynamic hotels and rentals asset.
Constructors
-
GoogleAdsSearchads360V23CommonDynamicHotelsAndRentalsAsset({String? address, String? androidAppLink, String? category, List<
String> ? contextualKeywords, String? description, String? destinationName, String? formattedPrice, String? formattedSalePrice, String? imageUrl, String? iosAppLink, String? iosAppStoreId, String? price, String? propertyId, String? propertyName, String? salePrice, List<String> ? similarPropertyIds, String? starRating}) - GoogleAdsSearchads360V23CommonDynamicHotelsAndRentalsAsset.fromJson(Map json_)
Properties
- address ↔ String?
-
Address which can be specified in one of the following formats.
getter/setter pair
- androidAppLink ↔ String?
-
Android deep link, for example,
android-app://com.example.android/http/example.com/gizmos?1234.
getter/setter pair
- category ↔ String?
-
Category, for example, Hotel suite.
getter/setter pair
-
contextualKeywords
↔ List<
String> ? -
Contextual keywords, for example, Mountain View "Hotels", South Bay
hotels.
getter/setter pair
- description ↔ String?
-
Description, for example, Close to SJC Airport.
getter/setter pair
- destinationName ↔ String?
-
Destination name, for example, Downtown Mountain View.
getter/setter pair
- formattedPrice ↔ String?
-
Formatted price which can be any characters.
getter/setter pair
- formattedSalePrice ↔ String?
-
Formatted sale 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
- iosAppLink ↔ String?
-
iOS deep link, for example, exampleApp://content/page.
getter/setter pair
- iosAppStoreId ↔ String?
-
iOS app store ID.
getter/setter pair
- price ↔ String?
-
Price which can be number followed by the alphabetic currency code, ISO
4217 standard.
getter/setter pair
- propertyId ↔ String?
-
Property ID which can be any sequence of letters and digits, and must be
unique and match the values of remarketing tag.
getter/setter pair
- propertyName ↔ String?
-
Property name, for example, Mountain View Hotel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salePrice ↔ String?
-
ISO 4217 standard.
getter/setter pair
-
similarPropertyIds
↔ List<
String> ? -
Similar property IDs.
getter/setter pair
- starRating ↔ String?
-
Star rating.
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