IotSiteWiseAction constructor

IotSiteWiseAction({
  1. required AssetPropertyValue propertyValue,
  2. String? assetId,
  3. String? entryId,
  4. String? propertyAlias,
  5. String? propertyId,
})

Implementation

IotSiteWiseAction({
  required this.propertyValue,
  this.assetId,
  this.entryId,
  this.propertyAlias,
  this.propertyId,
});