Skip to main content

CreateUserDataExportResponseContent

Type Alias CreateUserDataExportResponseContent 

Source
pub type CreateUserDataExportResponseContent = DataExport;
Expand description

CreateUserDataExportResponseContent, as the model names it.

Aliased Type§

pub struct CreateUserDataExportResponseContent {
    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.