GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse constructor
GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse({
- String? nextPageToken,
- List<
GoogleChromeManagementV1TelemetryNotificationConfig> ? telemetryNotificationConfigs,
Implementation
GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse({
this.nextPageToken,
this.telemetryNotificationConfigs,
});