GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse.fromJson constructor

GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse.fromJson(
  core.Map json_,
) : this(
      noRecentPolicySyncCount:
          json_['noRecentPolicySyncCount'] as core.String?,
      noRecentUserActivityCount:
          json_['noRecentUserActivityCount'] as core.String?,
      osVersionNotCompliantCount:
          json_['osVersionNotCompliantCount'] as core.String?,
      pendingUpdate: json_['pendingUpdate'] as core.String?,
      unsupportedPolicyCount: json_['unsupportedPolicyCount'] as core.String?,
    );