GoogleChromeManagementV1UserPrintReport.fromJson constructor

GoogleChromeManagementV1UserPrintReport.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1UserPrintReport.fromJson(core.Map json_)
    : this(
        deviceCount: json_['deviceCount'] as core.String?,
        jobCount: json_['jobCount'] as core.String?,
        printerCount: json_['printerCount'] as core.String?,
        userEmail: json_['userEmail'] as core.String?,
        userId: json_['userId'] as core.String?,
      );