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

Information related to whether this device was migrated from being managed by another Device Policy Controller (DPC).

Attributes

  • additionalData (type: String.t, default: nil) - Output only. If this device was migrated from another DPC, the additionalData field of the migration token is populated here.
  • previousDpc (type: String.t, default: nil) - Output only. If this device was migrated from another DPC, this is its package name. Not populated otherwise.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.DpcMigrationInfo{
  additionalData: String.t() | nil,
  previousDpc: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.