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

Response containing counts for browsers that need attention.

Attributes

  • noRecentActivityCount (type: String.t, default: nil) - Number of browsers that haven’t had any recent activity
  • pendingBrowserUpdateCount (type: String.t, default: nil) - Number of browsers that are pending an OS update
  • recentlyEnrolledCount (type: String.t, default: nil) - Number of browsers that have been recently enrolled

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse{
    noRecentActivityCount: String.t() | nil,
    pendingBrowserUpdateCount: String.t() | nil,
    recentlyEnrolledCount: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.