google_api_android_device_provisioning v0.1.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier View Source

Encapsulates hardware and product IDs to identify a manufactured device. To learn more, read Identifiers.

Attributes

  • imei (String.t): The device’s IMEI number. Validated on input. Defaults to: null.
  • manufacturer (String.t): Required. The device manufacturer’s name. Matches the device's built-in value returned from `android.os.Build.MANUFACTURER`. Allowed values are listed in manufacturer names. Defaults to: null.
  • meid (String.t): The device’s MEID number. Defaults to: null.
  • serialNumber (String.t): The manufacturer's serial number for the device. This value might not be unique. 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 type t() View Source
t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.DeviceIdentifier{
  imei: any(),
  manufacturer: any(),
  meid: any(),
  serialNumber: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.