InputDeviceSummary constructor
InputDeviceSummary({
- String? arn,
- InputDeviceConnectionState? connectionState,
- DeviceSettingsSyncState? deviceSettingsSyncState,
- DeviceUpdateStatus? deviceUpdateStatus,
- InputDeviceHdSettings? hdDeviceSettings,
- String? id,
- String? macAddress,
- String? name,
- InputDeviceNetworkSettings? networkSettings,
- String? serialNumber,
- InputDeviceType? type,
- InputDeviceUhdSettings? uhdDeviceSettings,
Implementation
InputDeviceSummary({
this.arn,
this.connectionState,
this.deviceSettingsSyncState,
this.deviceUpdateStatus,
this.hdDeviceSettings,
this.id,
this.macAddress,
this.name,
this.networkSettings,
this.serialNumber,
this.type,
this.uhdDeviceSettings,
});