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