GoogleChromeManagementV1RuntimeCountersReport.fromJson constructor

GoogleChromeManagementV1RuntimeCountersReport.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1RuntimeCountersReport.fromJson(core.Map json_)
  : this(
      enterHibernationCount: json_['enterHibernationCount'] as core.String?,
      enterPoweroffCount: json_['enterPoweroffCount'] as core.String?,
      enterSleepCount: json_['enterSleepCount'] as core.String?,
      reportTime: json_['reportTime'] as core.String?,
      uptimeRuntimeDuration: json_['uptimeRuntimeDuration'] as core.String?,
    );