GoogleAdsSearchads360V23CommonDynamicFlightsAsset class
A dynamic flights asset.
Constructors
-
GoogleAdsSearchads360V23CommonDynamicFlightsAsset({String? androidAppLink, String? customMapping, String? destinationId, String? destinationName, String? flightDescription, String? flightPrice, String? flightSalePrice, String? formattedPrice, String? formattedSalePrice, String? imageUrl, String? iosAppLink, String? iosAppStoreId, String? originId, String? originName, List<
String> ? similarDestinationIds}) - GoogleAdsSearchads360V23CommonDynamicFlightsAsset.fromJson(Map json_)
Properties
- androidAppLink ↔ String?
-
Android deep link, for example,
android-app://com.example.android/http/example.com/gizmos?1234.
getter/setter pair
- customMapping ↔ String?
-
A custom field which can be multiple key to values mapping separated by
delimiters (",", "|" and ":"), in the forms of ": , , ...
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
- flightDescription ↔ String?
-
Flight description, for example, Book your ticket.
getter/setter pair
- flightPrice ↔ String?
-
Flight price which can be number followed by the alphabetic currency code,
ISO 4217 standard.
getter/setter pair
- flightSalePrice ↔ String?
-
Flight sale price which can be number followed by the alphabetic currency
code, ISO 4217 standard.
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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
similarDestinationIds
↔ List<
String> ? -
Similar destination IDs, for example, PAR,LON.
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