View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse (google_api_chrome_management v0.8.0)

Response containing a list of devices expiring in each month of a selected time frame. Counts are grouped by model and Auto Update Expiration date.

Attributes

  • deviceAueCountReports (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceAueCountReport.t), default: nil) - The list of reports sorted by auto update expiration date in ascending order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse{
    deviceAueCountReports:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceAueCountReport.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.