CloudExportAdditionalProperties class

Product property for the Cloud Retail API.

For example, properties for a TV product could be "Screen-Resolution" or "Screen-Size".

Constructors

CloudExportAdditionalProperties({bool? boolValue, List<double>? floatValue, List<String>? intValue, double? maxValue, double? minValue, String? propertyName, List<String>? textValue, String? unitCode})
CloudExportAdditionalProperties.fromJson(Map json_)

Properties

boolValue bool?
Boolean value of the given property.
getter/setter pair
floatValue List<double>?
Float values of the given property.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intValue List<String>?
Integer values of the given property.
getter/setter pair
maxValue double?
Maximum float value of the given property.
getter/setter pair
minValue double?
Minimum float value of the given property.
getter/setter pair
propertyName String?
Name of the given property.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textValue List<String>?
Text value of the given property.
getter/setter pair
unitCode String?
Unit of the given property.
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