GoogleChromeManagementV1CountActiveDevicesResponse.fromJson constructor

GoogleChromeManagementV1CountActiveDevicesResponse.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1CountActiveDevicesResponse.fromJson(core.Map json_)
  : this(
      sevenDaysCount: json_['sevenDaysCount'] as core.String?,
      thirtyDaysCount: json_['thirtyDaysCount'] as core.String?,
    );