CloudExportAdditionalProperties constructor

CloudExportAdditionalProperties({
  1. bool? boolValue,
  2. List<double>? floatValue,
  3. List<String>? intValue,
  4. double? maxValue,
  5. double? minValue,
  6. String? propertyName,
  7. List<String>? textValue,
  8. String? unitCode,
})

Implementation

CloudExportAdditionalProperties({
  this.boolValue,
  this.floatValue,
  this.intValue,
  this.maxValue,
  this.minValue,
  this.propertyName,
  this.textValue,
  this.unitCode,
});