View Source GoogleApi.AndroidManagement.V1.Model.ListEnterprisesResponse (google_api_android_management v0.57.0)
Response to a request to list enterprises.
Attributes
-
enterprises
(type:list(GoogleApi.AndroidManagement.V1.Model.Enterprise.t)
, default:nil
) - The list of enterprises. -
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.ListEnterprisesResponse{ enterprises: [GoogleApi.AndroidManagement.V1.Model.Enterprise.t()] | nil, nextPageToken: String.t() | nil }