# MyDataMyConsent::StringStringKeyValuePair

# Properties

Name Type Description Notes
key String [optional]
value String [optional]

# Example

require 'mydatamyconsent'

instance = MyDataMyConsent::StringStringKeyValuePair.new(
  key: null,
  value: null
)
1
2
3
4
5
6
Last Updated: 6/19/2022, 7:27:56 PM