PutAssetPropertyValueEntry constructor

PutAssetPropertyValueEntry({
  1. required List<AssetPropertyValue> propertyValues,
  2. String? assetId,
  3. String? entryId,
  4. String? propertyAlias,
  5. String? propertyId,
})

Implementation

PutAssetPropertyValueEntry({
  required this.propertyValues,
  this.assetId,
  this.entryId,
  this.propertyAlias,
  this.propertyId,
});