View Source GoogleApi.AndroidManagement.V1.Model.ListMigrationTokensResponse (google_api_android_management v0.57.0)
Response to a request to list migration tokens for a given enterprise.
Attributes
-
migrationTokens
(type:list(GoogleApi.AndroidManagement.V1.Model.MigrationToken.t)
, default:nil
) - The migration tokens from the specified enterprise. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ListMigrationTokensResponse{ migrationTokens: [GoogleApi.AndroidManagement.V1.Model.MigrationToken.t()] | nil, nextPageToken: String.t() | nil }