google_api_android_device_provisioning v0.5.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier View Source
Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read Identifiers.
Attributes
- imei (String.t): The device’s IMEI number. Validated on input. Defaults to:
null
. - manufacturer (String.t): The device manufacturer’s name. Matches the device's built-in value returned from `android.os.Build.MANUFACTURER`. Allowed values are listed in manufacturers. Defaults to:
null
. - meid (String.t): The device’s MEID number. Defaults to:
null
. - model (String.t): The device model's name. Matches the device's built-in value returned from `android.os.Build.MODEL`. Allowed values are listed in models. Defaults to:
null
. - serialNumber (String.t): The manufacturer's serial number for the device. This value might not be unique across different device models. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.