DescribeDeviceResponse constructor
DescribeDeviceResponse({})
Implementation
DescribeDeviceResponse({
required this.deviceFleetName,
required this.deviceName,
required this.registrationTime,
this.description,
this.deviceArn,
this.iotThingName,
this.latestHeartbeat,
this.maxModels,
this.models,
this.nextToken,
});