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