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