GoogleAdsSearchads360V23CommonDynamicTravelAsset class
A dynamic travel asset.
Constructors
-
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}) - GoogleAdsSearchads360V23CommonDynamicTravelAsset.fromJson(Map json_)
Properties
- 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, Express.
getter/setter pair
-
contextualKeywords
↔ List<
String> ? -
Contextual keywords, for example, Paris trains.
getter/setter pair
- destinationAddress ↔ String?
-
Destination address which can be specified in one of the following
formats.
getter/setter pair
- destinationId ↔ String?
-
Destination ID which can be any sequence of letters and digits, and must
be unique and match the values of remarketing tag.
getter/setter pair
- destinationName ↔ String?
-
Destination name, for example, Paris.
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
- originId ↔ String?
-
Origin ID which can be any sequence of letters and digits.
getter/setter pair
- originName ↔ String?
-
Origin name, for example, London.
getter/setter pair
- price ↔ String?
-
Price which can be a number followed by the alphabetic currency code, ISO
4217 standard.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- salePrice ↔ String?
-
Sale price which can be a number followed by the alphabetic currency code,
ISO 4217 standard.
getter/setter pair
-
similarDestinationIds
↔ List<
String> ? -
Similar destination IDs, for example, NYC.
getter/setter pair
- title ↔ String?
-
Title, for example, Book your train ticket.
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