UploadDiagnosticLogsResponse
public struct UploadDiagnosticLogsResponse
Response payload returned from Webex.uploadDiagnosticLogs(...).
Since
3.16.2-
Final outcome of the diagnostics upload request.
Declaration
Swift
public let result: UploadDiagnosticLogsResult -
Feedback identifier returned by the backend when available.
Declaration
Swift
public let feedbackId: String? -
Undocumented
Declaration
Swift
public init(result: UploadDiagnosticLogsResult, feedbackId: String?)
View on GitHub
UploadDiagnosticLogsResponse Structure Reference