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

Information about a device that is available during setup.

Attributes

  • apiLevel (type: integer(), default: nil) - The API level of the Android platform version running on the device.
  • brand (type: String.t, default: nil) - The brand of the device. For example, Google.
  • enterprise (type: String.t, default: nil) - The name of the enterprise in the form enterprises/{enterprise}.
  • managementMode (type: String.t, default: nil) - The management mode of the device or profile.
  • model (type: String.t, default: nil) - The model of the device. For example, Asus Nexus 7.
  • name (type: String.t, default: nil) - The name of this resource in the form provisioningInfo/{provisioning_info}.
  • ownership (type: String.t, default: nil) - Ownership of the managed device.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ProvisioningInfo{
  apiLevel: integer() | nil,
  brand: String.t() | nil,
  enterprise: String.t() | nil,
  managementMode: String.t() | nil,
  model: String.t() | nil,
  name: String.t() | nil,
  ownership: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.