# MyDataMyConsent::ConsentRequestReceiver
# Properties
Name | Type | Description | Notes |
---|---|---|---|
country_iso2_code | String | ||
identifiers | Array<StringStringKeyValuePair> | ||
identification_strategy | IdentificationStrategy |
# Example
require 'mydatamyconsent'
instance = MyDataMyConsent::ConsentRequestReceiver.new(
country_iso2_code: null,
identifiers: null,
identification_strategy: null
)
1
2
3
4
5
6
7
2
3
4
5
6
7