NotificationTagUpdateV3Body constructor
- String? deviceId,
- TagOperationDTO? operation,
- List<
String> ? tags,
Implementation
const NotificationTagUpdateV3Body({
this.deviceId,
this.operation,
this.tags,
});
const NotificationTagUpdateV3Body({
this.deviceId,
this.operation,
this.tags,
});