View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse (google_api_chrome_management v0.7.1)

Response containing a list of devices that have requested the queried extension.

Attributes

  • deviceDetails (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceRequestingExtensionDetails.t), default: nil) - Details of devices that have requested the queried extension.
  • nextPageToken (type: String.t, default: nil) - Optional. Token to specify the next page in the list. Token expires after 1 day.
  • totalSize (type: integer(), default: nil) - Optional. Total number of devices in response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse{
    deviceDetails:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceRequestingExtensionDetails.t()
      ]
      | nil,
    nextPageToken: String.t() | nil,
    totalSize: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.