GoogleChromeManagementV1CountDevicesPerBootTypeResponse constructor

GoogleChromeManagementV1CountDevicesPerBootTypeResponse({
  1. String? devBootTypeCount,
  2. String? unreportedBootTypeCount,
  3. String? verifiedBootTypeCount,
})

Implementation

GoogleChromeManagementV1CountDevicesPerBootTypeResponse({
  this.devBootTypeCount,
  this.unreportedBootTypeCount,
  this.verifiedBootTypeCount,
});