| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Consent request id. | |
| template_id | string | Consent request template id. | [optional] |
| consent_id | string | Consent id. | [optional] |
| title | string | Consent title. | |
| description | string | Consent description. | |
| purpose | string | Consent purpose. | [optional] |
| data_life | \MyDataMyConsent\Model\Life | [optional] | |
| collectables | \MyDataMyConsent\Model\CollectibleTypes[] | List of supported collectables. | |
| receiver | \MyDataMyConsent\Model\ConsentRequestReceiver | ||
| status | \MyDataMyConsent\Model\DataConsentStatus | ||
| created_at_utc | \DateTime | Request creation datetime in UTC timezone. | |
| expires_at_utc | \DateTime | Request expiration datetime in UTC timezone. | |
| approved_at_utc | \DateTime | Request approval datetime in UTC timezone. | [optional] |
| data_access_expires_at_utc | \DateTime | Data access expiration datetime in UTC timezone. | [optional] |
| rejected_at_utc | \DateTime | Request rejection datetime in UTC timezone. | [optional] |
| revoked_at_utc | \DateTime | Request revocation datetime in UTC timezone. | [optional] |