GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse constructor

GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse({
  1. String? betaChannelCount,
  2. String? canaryChannelCount,
  3. String? devChannelCount,
  4. String? ltcChannelCount,
  5. String? ltsChannelCount,
  6. String? stableChannelCount,
  7. String? unreportedChannelCount,
  8. String? unsupportedChannelCount,
})

Implementation

GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse({
  this.betaChannelCount,
  this.canaryChannelCount,
  this.devChannelCount,
  this.ltcChannelCount,
  this.ltsChannelCount,
  this.stableChannelCount,
  this.unreportedChannelCount,
  this.unsupportedChannelCount,
});