# DataConsent
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Data consent id. | |
| request_id | String | Data consent request id. | |
| template_id | Option<String> | Consent template id. | [optional] |
| title | String | Consent title. | |
| description | String | Consent description. | |
| purpose | Option<String> | Consent purpose. | [optional] |
| status | crate::models::DataConsentStatus | ||
| transaction_id | Option<String> | Transaction id. | [optional] |
| approved_at_utc | String | Consent approval datetime in UTC timezone. | |
| data_access_expires_at_utc | String | Data access expiration datetime in UTC timezone. | |
| revoked_at_utc | Option<String> | Consent revocation datetime in UTC timezone. | [optional] |
| collectables | Veccrate::models::CollectibleTypes | List of supported collectible types. | |
| identifiers | Option<serde_json::Value> | Consented identity details. | [optional] |
| documents | Option<Veccrate::models::DataConsentDocument> | List of consented documents. | [optional] |