DeviceUpdateV3Body constructor
- String? displayName,
- AddressDTO? address,
- ConnectionTypeDTO? connectionType,
- String? installProgressType,
- String? installProgressStep,
Implementation
const DeviceUpdateV3Body({
this.displayName,
this.address,
this.connectionType,
this.installProgressType,
this.installProgressStep,
});