NotificationTagUpdateV3Body constructor

const NotificationTagUpdateV3Body({
  1. String? deviceId,
  2. TagOperationDTO? operation,
  3. List<String>? tags,
})

Implementation

const NotificationTagUpdateV3Body({
  this.deviceId,
  this.operation,
  this.tags,
});