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