# DataConsentDetails
Data Consent details.
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Data consent id. | |
| request_id | str | Consent request id. | |
| title | str | Consent title. | |
| description | str | Consent description. | |
| status | DataConsentStatus | ||
| requested_at_utc | datetime | Consent requested datetime in UTC timezone. | |
| approved_at_utc | datetime | Consent approval datetime in UTC timezone. | |
| data_access_expires_at_utc | datetime | Data access expiration datetime in UTC timezone. | |
| 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] |