DeviceMigrationLogDTO class

Available extensions
Annotations

Constructors

DeviceMigrationLogDTO({int? id, DeviceMigrationStatusDTO? status, bool? hasSentMigrateCommand, String? errorMessage, DateTime? migrationDate, DeviceDataDTO? device, DeviceMigrationRequestDTO? request, String? detailsSnapshot, String? eventsSnapshot, String? alertsSnapshot})
const
DeviceMigrationLogDTO.fromJson(Map<String, dynamic> json)
factory

Properties

alertsSnapshot String?
final
detailsSnapshot String?
final
device DeviceDataDTO?
final
errorMessage String?
final
eventsSnapshot String?
final
hashCode int
The hash code for this object.
no setteroverride
hasSentMigrateCommand bool?
final
id int?
final
migrationDate DateTime?
final
request DeviceMigrationRequestDTO?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DeviceMigrationStatusDTO?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const DeviceMigrationLogDTO Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DeviceMigrationLogDTO instance)