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