[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-23 UTC."],[[["`com.google.android.managementapi.dpcmigration.model` package provides classes and enums for managing DPC (Device Policy Controller) migration using Android Management API."],["It includes models for initiating DPC migration requests, tracking migration attempts, and retrieving attempt details."],["`DpcMigrationRequest` is used to request migration from a custom DPC to Android Management API, including details like Wi-Fi network configuration."],["`DpcMigrationAttempt` describes a specific migration attempt and its current state."],["Developers can use these models to programmatically manage DPC migration workflows in their Android applications."]]],["This content defines models for managing DPC (Device Policy Controller) migration to the Android Management API. Key elements include: `DpcMigrationAttempt`, describing a migration try; `DpcMigrationRequest`, initiating migration; and `GetDpcMigrationAttemptRequest`, retrieving migration attempt details. `DpcMigrationRequest.WifiNetwork` specifies Wi-Fi network information for removal. Builders are provided for constructing these models. An enum, `DpcMigrationAttempt.State`, details the status of a migration attempt.\n"]]