# MyDataMyConsent::DataProcessingAgreementBase
# Properties
Name | Type | Description | Notes |
---|---|---|---|
version | String | Agreement version. | |
body | String | Agreement body content. | |
attachment_url | String | Agreement attachment file URL. |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::DataProcessingAgreementBase.new(
version: null,
body: null,
attachment_url: null
)
1
2
3
4
5
6
7
2
3
4
5
6
7