Audacity 3.2.0
Public Attributes | List of all members
cloud::audiocom::UploadSuccessfulPayload Struct Referencefinal

This structure represents the payload associated with successful upload. More...

#include <UploadService.h>

Collaboration diagram for cloud::audiocom::UploadSuccessfulPayload:
[legend]

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...
 

Detailed Description

This structure represents the payload associated with successful upload.

Definition at line 40 of file UploadService.h.

Member Data Documentation

◆ audioId

std::string cloud::audiocom::UploadSuccessfulPayload::audioId

ID of the uploaded audio.

Definition at line 43 of file UploadService.h.

◆ audioSlug

std::string cloud::audiocom::UploadSuccessfulPayload::audioSlug

"Slug" to be used for shareable URL construction

Definition at line 45 of file UploadService.h.

◆ audioUrl

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().

◆ uploadToken

std::string cloud::audiocom::UploadSuccessfulPayload::uploadToken

Upload token, if any.

Definition at line 47 of file UploadService.h.


The documentation for this struct was generated from the following file: