GoogleChromeManagementV1KioskAppStatusReport.fromJson constructor

GoogleChromeManagementV1KioskAppStatusReport.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1KioskAppStatusReport.fromJson(core.Map json_)
  : this(
      appId: json_['appId'] as core.String?,
      appVersion: json_['appVersion'] as core.String?,
      reportTime: json_['reportTime'] as core.String?,
    );