Upload Diagnostic Logs Response
class UploadDiagnosticLogsResponse(result: UploadDiagnosticLogsResponse.UploadDiagnosticLogsResult, feedbackId: String?)
The response from a diagnostic log upload operation.
Returned in the completion handler of Webex.uploadDiagnosticLogs to describe the outcome and provide the backend feedback identifier when the upload succeeds.
Since
3.16.3
Properties
Link copied to clipboard
The backend feedback identifier for tracking in Webex Control Hub. Non-null only when result is UploadDiagnosticLogsResult.NoError.
Link copied to clipboard
The outcome of the upload request.