Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 504 Bytes

File metadata and controls

24 lines (18 loc) · 504 Bytes

MyDataMyConsent::ConsentedIdentifier

Properties

Name Type Description Notes
name String Identifier name.
key String Identifier key.
value_type String Identifier value type.
value String Identifier value.

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::ConsentedIdentifier.new(
  name: null,
  key: null,
  value_type: null,
  value: null
)