View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeAppRequestsResponse (google_api_chrome_management v0.9.0)
Response containing summary of requested app installations.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to specify the next page in the list. -
requestedApps
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppRequest.t)
, default:nil
) - Count of requested apps matching request. -
totalSize
(type:integer()
, default:nil
) - Total number of matching app requests.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeAppRequestsResponse{ nextPageToken: String.t() | nil, requestedApps: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppRequest.t() ] | nil, totalSize: integer() | nil }