Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 537 Bytes

File metadata and controls

24 lines (18 loc) · 537 Bytes

MyDataMyConsent::DataProcessingAgreement

Properties

Name Type Description Notes
id String Agreement id.
name String Agreement name.
issuer_type IssuerType
agreement_url String Agreement attachment file URL.

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::DataProcessingAgreement.new(
  id: null,
  name: null,
  issuer_type: null,
  agreement_url: null
)