Skip to main content

GetUserDataExportResponseContent

Type Alias GetUserDataExportResponseContent 

Source
pub type GetUserDataExportResponseContent = DataExport;
Expand description

GetUserDataExportResponseContent, as the model names it.

Aliased Type§

pub struct GetUserDataExportResponseContent {
    pub id: String,
    pub status: String,
    pub created_at: DateTime<Utc>,
    pub download_url: Option<String>,
}

Fields§

§id: String

id.

§status: String

status.

§created_at: DateTime<Utc>

created_at.

§download_url: Option<String>

download_url.