DeviceUpdateV2Body constructor

const DeviceUpdateV2Body({
  1. int? id,
  2. int? productId,
  3. int? authorizationId,
  4. String? serialnumber,
  5. String? displayname,
  6. DateTime? datelastconnected,
  7. String? address1,
  8. String? address2,
  9. String? city,
  10. String? state,
  11. String? postalcode,
  12. String? lat,
  13. String? long,
  14. int? recordstatusId,
  15. String? usercreated,
  16. DateTime? datecreated,
  17. String? usermodified,
  18. DateTime? datemodified,
  19. int? version,
  20. String? connectionType,
  21. String? addedBy,
  22. bool? hasServiceAgreement,
  23. DateTime? serviceAgreementBeginDate,
  24. String? serviceAgreementTerm,
  25. int? serviceAgreementTermMonths,
  26. int? serviceAgreementTermDays,
  27. bool? isApproved,
})

Implementation

const DeviceUpdateV2Body({
  this.id,
  this.productId,
  this.authorizationId,
  this.serialnumber,
  this.displayname,
  this.datelastconnected,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.postalcode,
  this.lat,
  this.long,
  this.recordstatusId,
  this.usercreated,
  this.datecreated,
  this.usermodified,
  this.datemodified,
  this.version,
  this.connectionType,
  this.addedBy,
  this.hasServiceAgreement,
  this.serviceAgreementBeginDate,
  this.serviceAgreementTerm,
  this.serviceAgreementTermMonths,
  this.serviceAgreementTermDays,
  this.isApproved,
});