GoogleChromeManagementV1HeartbeatStatusReport.fromJson constructor

GoogleChromeManagementV1HeartbeatStatusReport.fromJson(
  1. Map json_
)

Implementation

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