DeviceClaim constructor

DeviceClaim({
  1. String? additionalService,
  2. String? googleWorkspaceCustomerId,
  3. String? ownerCompanyId,
  4. String? resellerId,
  5. String? sectionType,
  6. String? vacationModeExpireTime,
  7. String? vacationModeStartTime,
})

Implementation

DeviceClaim({
  this.additionalService,
  this.googleWorkspaceCustomerId,
  this.ownerCompanyId,
  this.resellerId,
  this.sectionType,
  this.vacationModeExpireTime,
  this.vacationModeStartTime,
});