CustomerApplyConfigurationRequest constructor

CustomerApplyConfigurationRequest({
  1. String? configuration,
  2. DeviceReference? device,
})

Implementation

CustomerApplyConfigurationRequest({
  this.configuration,
  this.device,
});