SendLogsResponse constructor

const SendLogsResponse({
  1. required String status,
  2. required List<String> validDiagnosticsIds,
  3. required List<String> throttledDiagnosticsIds,
  4. required String correlationId,
})

Implementation

const SendLogsResponse({
  required this.status,
  required this.validDiagnosticsIds,
  required this.throttledDiagnosticsIds,
  required this.correlationId,
});