GoogleCloudRetailV2ProductLevelConfig class

Configures what level the product should be uploaded with regards to how users will be send events and how predictions will be made.

Constructors

GoogleCloudRetailV2ProductLevelConfig({String? ingestionProductType, String? merchantCenterProductIdField})
GoogleCloudRetailV2ProductLevelConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ingestionProductType String?
The type of Products allowed to be ingested into the catalog.
getter/setter pair
merchantCenterProductIdField String?
Which field of [Merchant Center Product](/bigquery-transfer/docs/merchant-center-products-schema) should be imported as Product.id.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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