OncueImportV2Body constructor
- String? username,
- String? password,
- List<
OncueImportDeviceV2Body> ? devices,
Implementation
const OncueImportV2Body({
this.username,
this.password,
this.devices,
});
const OncueImportV2Body({
this.username,
this.password,
this.devices,
});