Audacity 3.2.0
|
This structure represents the payload associated with successful upload. More...
#include <UploadService.h>
Public Attributes | |
std::string | audioId |
ID of the uploaded audio. More... | |
std::string | audioSlug |
"Slug" to be used for shareable URL construction More... | |
std::string | uploadToken |
Upload token, if any. More... | |
std::string | audioUrl |
URL to the uploaded audio. More... | |
This structure represents the payload associated with successful upload.
Definition at line 40 of file UploadService.h.
std::string cloud::audiocom::UploadSuccessfulPayload::audioId |
ID of the uploaded audio.
Definition at line 43 of file UploadService.h.
std::string cloud::audiocom::UploadSuccessfulPayload::audioSlug |
"Slug" to be used for shareable URL construction
Definition at line 45 of file UploadService.h.
std::string cloud::audiocom::UploadSuccessfulPayload::audioUrl |
URL to the uploaded audio.
Definition at line 49 of file UploadService.h.
Referenced by cloud::audiocom::ShareAudioDialog::HandleUploadSucceeded().
std::string cloud::audiocom::UploadSuccessfulPayload::uploadToken |
Upload token, if any.
Definition at line 47 of file UploadService.h.