GoogleApi.AndroidManagement.V1.Model.ListDevicesResponse (google_api_android_management v0.58.0)
View SourceResponse to a request to list devices for a given enterprise.
Attributes
-
devices(type:list(GoogleApi.AndroidManagement.V1.Model.Device.t), default:nil) - The list of devices. -
nextPageToken(type:String.t, default:nil) - If there are more results, a token to retrieve next page of results.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ListDevicesResponse{ devices: [GoogleApi.AndroidManagement.V1.Model.Device.t()] | nil, nextPageToken: String.t() | nil }