DeviceUpdateV2Body class

Available extensions
Annotations

Constructors

DeviceUpdateV2Body({int? id, int? productId, int? authorizationId, String? serialnumber, String? displayname, DateTime? datelastconnected, String? address1, String? address2, String? city, String? state, String? postalcode, String? lat, String? long, int? recordstatusId, String? usercreated, DateTime? datecreated, String? usermodified, DateTime? datemodified, int? version, String? connectionType, String? addedBy, bool? hasServiceAgreement, DateTime? serviceAgreementBeginDate, String? serviceAgreementTerm, int? serviceAgreementTermMonths, int? serviceAgreementTermDays, bool? isApproved})
const
DeviceUpdateV2Body.fromJson(Map<String, dynamic> json)
factory

Properties

addedBy String?
final
address1 String?
final
address2 String?
final
authorizationId int?
final
city String?
final
connectionType String?
final
datecreated DateTime?
final
datelastconnected DateTime?
final
datemodified DateTime?
final
displayname String?
final
hashCode int
The hash code for this object.
no setteroverride
hasServiceAgreement bool?
final
id int?
final
isApproved bool?
final
lat String?
final
long String?
final
postalcode String?
final
productId int?
final
recordstatusId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialnumber String?
final
serviceAgreementBeginDate DateTime?
final
serviceAgreementTerm String?
final
serviceAgreementTermDays int?
final
serviceAgreementTermMonths int?
final
state String?
final
usercreated String?
final
usermodified String?
final
version int?
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 DeviceUpdateV2Body Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DeviceUpdateV2Body instance)