GoogleAdsSearchads360V23CommonDynamicLocalAsset class
A dynamic local asset.
Constructors
-
GoogleAdsSearchads360V23CommonDynamicLocalAsset({String? address, String? androidAppLink, String? category, List<
String> ? contextualKeywords, String? dealId, String? dealName, String? description, String? formattedPrice, String? formattedSalePrice, String? imageUrl, String? iosAppLink, String? iosAppStoreId, String? price, String? salePrice, List<String> ? similarDealIds, String? subtitle}) - GoogleAdsSearchads360V23CommonDynamicLocalAsset.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, Food.
getter/setter pair
-
contextualKeywords
↔ List<
String> ? -
Contextual keywords, for example, Save groceries coupons.
getter/setter pair
- dealId ↔ String?
-
Deal ID which can be any sequence of letters and digits, and must be
unique and match the values of remarketing tag.
getter/setter pair
- dealName ↔ String?
-
Deal name, for example, 50% off at Mountain View Grocers.
getter/setter pair
- description ↔ String?
-
Description, for example, Save on your weekly bill.
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 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 number followed by the alphabetic currency code,
ISO 4217 standard.
getter/setter pair
-
similarDealIds
↔ List<
String> ? -
Similar deal IDs, for example, 1275.
getter/setter pair
- subtitle ↔ String?
-
Subtitle, for example, Groceries.
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