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: Stringid.
status: Stringstatus.
created_at: DateTime<Utc>created_at.
download_url: Option<String>download_url.