GoogleAdsSearchads360V23CommonDynamicCustomAsset class
A dynamic custom asset.
Constructors
-
GoogleAdsSearchads360V23CommonDynamicCustomAsset({String? androidAppLink, List<
String> ? contextualKeywords, String? formattedPrice, String? formattedSalePrice, String? id, String? id2, String? imageUrl, String? iosAppLink, String? iosAppStoreId, String? itemAddress, String? itemCategory, String? itemDescription, String? itemSubtitle, String? itemTitle, String? price, String? salePrice, List<String> ? similarIds}) - GoogleAdsSearchads360V23CommonDynamicCustomAsset.fromJson(Map json_)
Properties
- androidAppLink ↔ String?
-
Android deep link, for example,
android-app://com.example.android/http/example.com/gizmos?1234.
getter/setter pair
-
contextualKeywords
↔ List<
String> ? -
Contextual keywords, for example, Sedans, 4 door sedans.
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
- id ↔ String?
-
ID which can be any sequence of letters and digits, and must be unique and
match the values of remarketing tag, for example, sedan.
getter/setter pair
- id2 ↔ String?
-
ID2 which can be any sequence of letters and digits, for example, red.
getter/setter pair
- 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
- itemAddress ↔ String?
-
Item address which can be specified in one of the following formats.
getter/setter pair
- itemCategory ↔ String?
-
Item category, for example, Sedans.
getter/setter pair
- itemDescription ↔ String?
-
Item description, for example, Best selling mid-size car.
getter/setter pair
- itemSubtitle ↔ String?
-
Item subtitle, for example, At your Mountain View dealership.
getter/setter pair
- itemTitle ↔ String?
-
Item title, for example, Mid-size sedan.
getter/setter pair
- price ↔ String?
-
Price which can be 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 number followed by the alphabetic currency code,
ISO 4217 standard.
getter/setter pair
-
similarIds
↔ List<
String> ? -
Similar 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