GoogleChromeManagementV1DeviceActivityReport.fromJson constructor

GoogleChromeManagementV1DeviceActivityReport.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1DeviceActivityReport.fromJson(core.Map json_)
    : this(
        deviceActivityState: json_['deviceActivityState'] as core.String?,
        reportTime: json_['reportTime'] as core.String?,
      );