# MyDataMyConsent::ApprovedConsentRequest

# Properties

Name Type Description Notes
logo_url String [optional]

# Example

require 'mydatamyconsent'

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