GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse constructor

GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse({
  1. String? nextPageToken,
  2. List<GoogleChromeManagementV1TelemetryNotificationConfig>? telemetryNotificationConfigs,
})

Implementation

GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse({
  this.nextPageToken,
  this.telemetryNotificationConfigs,
});