UpdateInputDeviceResponse constructor

UpdateInputDeviceResponse({
  1. String? arn,
  2. InputDeviceConnectionState? connectionState,
  3. DeviceSettingsSyncState? deviceSettingsSyncState,
  4. DeviceUpdateStatus? deviceUpdateStatus,
  5. InputDeviceHdSettings? hdDeviceSettings,
  6. String? id,
  7. String? macAddress,
  8. String? name,
  9. InputDeviceNetworkSettings? networkSettings,
  10. String? serialNumber,
  11. InputDeviceType? type,
  12. InputDeviceUhdSettings? uhdDeviceSettings,
})

Implementation

UpdateInputDeviceResponse({
  this.arn,
  this.connectionState,
  this.deviceSettingsSyncState,
  this.deviceUpdateStatus,
  this.hdDeviceSettings,
  this.id,
  this.macAddress,
  this.name,
  this.networkSettings,
  this.serialNumber,
  this.type,
  this.uhdDeviceSettings,
});