Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 330 Bytes

File metadata and controls

20 lines (14 loc) · 330 Bytes

MyDataMyConsent::SupportedDocumentType

Properties

Name Type Description Notes
id String
name String

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::SupportedDocumentType.new(
  id: null,
  name: null
)