GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent constructor

GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent({
  1. String? connectionState,
  2. String? guid,
})

Implementation

GoogleChromeManagementV1TelemetryNetworkConnectionStateChangeEvent({
  this.connectionState,
  this.guid,
});