Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

CreateConsentRequest.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

MyDataMyConsent::CreateConsentRequest

Properties

Name Type Description Notes
consent_template_id String Consent request template id
receiver ConsentRequestReceiver

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::CreateConsentRequest.new(
  consent_template_id: null,
  receiver: null
)