GoogleChromeManagementV1CountDevicesPerBootTypeResponse.fromJson constructor

GoogleChromeManagementV1CountDevicesPerBootTypeResponse.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1CountDevicesPerBootTypeResponse.fromJson(
  core.Map json_,
) : this(
      devBootTypeCount: json_['devBootTypeCount'] as core.String?,
      unreportedBootTypeCount:
          json_['unreportedBootTypeCount'] as core.String?,
      verifiedBootTypeCount: json_['verifiedBootTypeCount'] as core.String?,
    );