Skip to main content

CreateAccountExportResponseContent

Type Alias CreateAccountExportResponseContent 

Source
pub type CreateAccountExportResponseContent = AccountExport;
Expand description

CreateAccountExportResponseContent, as the model names it.

Aliased Type§

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