GoogleChromeManagementV1TelemetryNotificationConfig constructor

GoogleChromeManagementV1TelemetryNotificationConfig({
  1. String? customer,
  2. GoogleChromeManagementV1TelemetryNotificationFilter? filter,
  3. String? googleCloudPubsubTopic,
  4. String? name,
})

Implementation

GoogleChromeManagementV1TelemetryNotificationConfig({
  this.customer,
  this.filter,
  this.googleCloudPubsubTopic,
  this.name,
});