View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountInstalledAppsResponse (google_api_chrome_management v0.5.0)

Response containing details of queried installed apps.

Attributes

  • installedApps (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1InstalledApp.t), default: nil) - List of installed apps matching request.
  • nextPageToken (type: String.t, default: nil) - Token to specify the next page of the request.
  • totalSize (type: integer(), default: nil) - Total number of installed apps matching request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountInstalledAppsResponse{
    installedApps:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1InstalledApp.t()
      ]
      | nil,
    nextPageToken: String.t() | nil,
    totalSize: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.