ClaimDeviceRequest constructor

ClaimDeviceRequest({
  1. String? configurationId,
  2. String? customerId,
  3. DeviceIdentifier? deviceIdentifier,
  4. DeviceMetadata? deviceMetadata,
  5. String? googleWorkspaceCustomerId,
  6. String? preProvisioningToken,
  7. String? sectionType,
  8. String? simlockProfileId,
})

Implementation

ClaimDeviceRequest({
  this.configurationId,
  this.customerId,
  this.deviceIdentifier,
  this.deviceMetadata,
  this.googleWorkspaceCustomerId,
  this.preProvisioningToken,
  this.sectionType,
  this.simlockProfileId,
});