PriceCompetitivenessProductView class
Fields available for query in price_competitiveness_product_view
table.
Price competitiveness report. Values are only set for fields requested explicitly in the request's search query.
Constructors
- PriceCompetitivenessProductView.new({Price? benchmarkPrice, String? brand, String? categoryL1, String? categoryL2, String? categoryL3, String? categoryL4, String? categoryL5, String? id, String? offerId, Price? price, String? productTypeL1, String? productTypeL2, String? productTypeL3, String? productTypeL4, String? productTypeL5, String? reportCountryCode, String? title})
- PriceCompetitivenessProductView.fromJson(Map json_)
Properties
- benchmarkPrice ↔ Price?
-
Latest available price benchmark for the product's catalog in the
benchmark country.
getter/setter pair
- brand ↔ String?
-
Brand of the product.
getter/setter pair
- categoryL1 ↔ String?
-
Product category (1st level) in
Google's product taxonomy.
getter/setter pair
- categoryL2 ↔ String?
-
Product category (2nd level) in
Google's product taxonomy.
getter/setter pair
- categoryL3 ↔ String?
-
Product category (3rd level) in
Google's product taxonomy.
getter/setter pair
- categoryL4 ↔ String?
-
Product category (4th level) in
Google's product taxonomy.
getter/setter pair
- categoryL5 ↔ String?
-
Product category (5th level) in
Google's product taxonomy.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
REST ID of the product, in the form of
channel~languageCode~feedLabel~offerId
.getter/setter pair - offerId ↔ String?
-
Merchant-provided id of the product.
getter/setter pair
- price ↔ Price?
-
Current price of the product.
getter/setter pair
- productTypeL1 ↔ String?
-
Product type (1st level) in merchant's own
product taxonomy.
getter/setter pair
- productTypeL2 ↔ String?
-
Product type (2nd level) in merchant's own
product taxonomy.
getter/setter pair
- productTypeL3 ↔ String?
-
Product type (3rd level) in merchant's own
product taxonomy.
getter/setter pair
- productTypeL4 ↔ String?
-
Product type (4th level) in merchant's own
product taxonomy.
getter/setter pair
- productTypeL5 ↔ String?
-
Product type (5th level) in merchant's own
product taxonomy.
getter/setter pair
- reportCountryCode ↔ String?
-
Country of the price benchmark.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
Title of the product.
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