Optional
correlationCorrelation ID for tracking related operations
Optional
feedbackFeedback ID associated with the logs
Optional
trackingid?: stringTracking ID for the upload request
Optional
url?: stringURL where the logs can be accessed
Optional
userID of the user who uploaded logs
const response: UploadLogsResponse = { trackingid: 'track123', url: 'https://...', userId: 'user1' };
Response from uploading logs to the server.