GoogleCloudRecommendationengineV1beta1ProductDetail class
Detailed product information associated with a user event.
Constructors
- GoogleCloudRecommendationengineV1beta1ProductDetail({int? availableQuantity, String? currencyCode, double? displayPrice, String? id, GoogleCloudRecommendationengineV1beta1FeatureMap? itemAttributes, double? originalPrice, int? quantity, String? stockState})
- GoogleCloudRecommendationengineV1beta1ProductDetail.fromJson(Map _json)
Properties
- availableQuantity ↔ int?
-
Quantity of the products in stock when a user event happens.
getter/setter pair
- currencyCode ↔ String?
-
Currency code for price/costs.
getter/setter pair
- displayPrice ↔ double?
-
Display price of the product (e.g. discounted price).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Catalog item ID.
getter/setter pair
- itemAttributes ↔ GoogleCloudRecommendationengineV1beta1FeatureMap?
-
Extra features associated with a product in the user event.
getter/setter pair
- originalPrice ↔ double?
-
Original price of the product.
getter/setter pair
- quantity ↔ int?
-
Quantity of the product associated with the user event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stockState ↔ String?
-
Item stock state.
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