GoogleApi.AndroidManagement.V1.Model.ListDevicesResponse (google_api_android_management v0.36.0) View Source
Response 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidManagement.V1.Model.ListDevicesResponse{ devices: [GoogleApi.AndroidManagement.V1.Model.Device.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.