# MyDataMyConsent::Life

# Properties

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

# Example

require 'mydatamyconsent'

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