DeviceMigrationRequestV3Body constructor
- DeviceHostDTO? deviceHost,
- bool? isDryRun,
- String? serialNumber,
- String? businessPartnerNo,
- String? homeownerEmail,
Implementation
const DeviceMigrationRequestV3Body({
this.deviceHost,
this.isDryRun,
this.serialNumber,
this.businessPartnerNo,
this.homeownerEmail,
});