google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.NetworkInfo View Source

Device network info.

Attributes

  • imei (String.t): IMEI number of the GSM device. For example, A1000031212. Defaults to: null.
  • meid (String.t): MEID number of the CDMA device. For example, A00000292788E1. Defaults to: null.
  • networkOperatorName (String.t): Alphabetic name of current registered operator. For example, Vodafone. Defaults to: null.
  • wifiMacAddress (String.t): Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11. 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.AndroidManagement.V1.Model.NetworkInfo{
  imei: any(),
  meid: any(),
  networkOperatorName: any(),
  wifiMacAddress: 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.