# DataConsent
Data Consent details.
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Data consent id. | |
| request_id | str | Data consent request id. | |
| title | str | Consent title. | |
| description | str | Consent description. | |
| status | DataConsentStatus | ||
| approved_at_utc | datetime | Consent approval datetime in UTC timezone. | |
| data_access_expires_at_utc | datetime | Data access expiration datetime in UTC timezone. | |
| collectables | [CollectibleTypes] | List of supported collectible types. | |
| template_id | str, none_type | Consent template id. | [optional] |
| purpose | str, none_type | Consent purpose. | [optional] |
| transaction_id | str, none_type | Transaction id. | [optional] |
| revoked_at_utc | datetime, none_type | Consent revocation datetime in UTC timezone. | [optional] |
| identifiers | bool, date, datetime, dict, float, int, list, str, none_type | Consented identity details. | [optional] |
| documents | [DataConsentDocument], none_type | List of consented documents. | [optional] |