GoogleChromeManagementV1TelemetryNotificationConfig constructor
GoogleChromeManagementV1TelemetryNotificationConfig({
- String? customer,
- GoogleChromeManagementV1TelemetryNotificationFilter? filter,
- String? googleCloudPubsubTopic,
- String? name,
Implementation
GoogleChromeManagementV1TelemetryNotificationConfig({
this.customer,
this.filter,
this.googleCloudPubsubTopic,
this.name,
});