View Source GoogleApi.AndroidManagement.V1.Model.DeviceRadioState (google_api_android_management v0.48.2)

Controls for device radio settings.

Attributes

  • airplaneModeState (type: String.t, default: nil) - Controls whether airplane mode can be toggled by the user or not.
  • cellularTwoGState (type: String.t, default: nil) - Controls whether cellular 2G setting can be toggled by the user or not.
  • minimumWifiSecurityLevel (type: String.t, default: nil) - The minimum required security level of Wi-Fi networks that the device can connect to.
  • ultraWidebandState (type: String.t, default: nil) - Controls the state of the ultra wideband setting and whether the user can toggle it on or off.
  • wifiState (type: String.t, default: nil) - Controls current state of Wi-Fi and if user can change its state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.DeviceRadioState{
  airplaneModeState: String.t() | nil,
  cellularTwoGState: String.t() | nil,
  minimumWifiSecurityLevel: String.t() | nil,
  ultraWidebandState: String.t() | nil,
  wifiState: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.