GoogleCloudRetailV2CustomAttribute class
A custom attribute that is not explicitly modeled in Product.
Constructors
- 
          GoogleCloudRetailV2CustomAttribute({bool? indexable, List<
double> ? numbers, bool? searchable, List<String> ? text}) - GoogleCloudRetailV2CustomAttribute.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - indexable ↔ bool?
 - 
  This field is normally ignored unless
AttributesConfig.attribute_config_level of the Catalog is set to the
deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.
  getter/setter pair
 - 
  numbers
  ↔ List<
double> ? - 
  The numerical values of this custom attribute.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - searchable ↔ bool?
 - 
  This field is normally ignored unless
AttributesConfig.attribute_config_level of the Catalog is set to the
deprecated 'PRODUCT_LEVEL_ATTRIBUTE_CONFIG' mode.
  getter/setter pair
 - 
  text
  ↔ List<
String> ? - 
  The textual values of this custom attribute.
  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