# OrganizationExportCompactAllOf
## Properties
**created_at** | Option<**String**> | The time at which this resource was created. | [optional][readonly]
**download_url** | Option<**String**> | Download this URL to retreive the full export of the organization in JSON format. It will be compressed in a gzip (.gz) container. *Note: May be null if the export is still in progress or failed. If present, this URL may only be valid for 1 hour from the time of retrieval. You should avoid persisting this URL somewhere and rather refresh on demand to ensure you do not keep stale URLs.* | [optional][readonly]
**state** | Option<**String**> | The current state of the export. | [optional][readonly]
**organization** | Option<[**crate::models::WorkspaceCompact**](WorkspaceCompact.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)