View Source GoogleApi.AndroidEnterprise.V1.Model.DeviceState (google_api_android_enterprise v0.26.0)

The state of a user's device, as accessed by the getState and setState methods on device resources.

Attributes

  • accountState (type: String.t, default: nil) - The state of the Google account on the device. "enabled" indicates that the Google account on the device can be used to access Google services (including Google Play), while "disabled" means that it cannot. A new device is initially in the "disabled" state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.DeviceState{
  accountState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.