View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FindInstalledAppDevicesResponse (google_api_chrome_management v0.6.0)

Response containing a list of devices with queried app installed.

Attributes

  • devices (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1Device.t), default: nil) - A list of devices which have the app installed. Sorted in ascending alphabetical order on the Device.machine field.
  • nextPageToken (type: String.t, default: nil) - Token to specify the next page of the request.
  • totalSize (type: integer(), default: nil) - Total number of devices matching request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FindInstalledAppDevicesResponse{
    devices:
      [GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1Device.t()]
      | nil,
    nextPageToken: String.t() | nil,
    totalSize: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.