PartnerClaim constructor
PartnerClaim({
- String? configurationId,
- String? customerId,
- DeviceIdentifier? deviceIdentifier,
- DeviceMetadata? deviceMetadata,
- String? googleWorkspaceCustomerId,
- String? preProvisioningToken,
- String? sectionType,
- String? simlockProfileId,
Implementation
PartnerClaim({
this.configurationId,
this.customerId,
this.deviceIdentifier,
this.deviceMetadata,
this.googleWorkspaceCustomerId,
this.preProvisioningToken,
this.sectionType,
this.simlockProfileId,
});