GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse.fromJson constructor

GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse.fromJson(
  core.Map json_,
) : this(
      noRecentActivityCount: json_['noRecentActivityCount'] as core.String?,
      pendingBrowserUpdateCount:
          json_['pendingBrowserUpdateCount'] as core.String?,
      recentlyEnrolledCount: json_['recentlyEnrolledCount'] as core.String?,
    );