# MyDataMyConsent::CreateDataConsentRequest
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| consent_template_id | String | Consent template id | |
| receiver | ConsentRequestReceiver |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::CreateDataConsentRequest.new(
consent_template_id: null,
receiver: null
)
1
2
3
4
5
6
2
3
4
5
6