Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 316 Bytes

File metadata and controls

20 lines (14 loc) · 316 Bytes

MyDataMyConsent::KeyValuePair

Properties

Name Type Description Notes
key String
value String

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::KeyValuePair.new(
  key: null,
  value: null
)