Consent
1.1.0
jvm
Consent
/
dk.ds.consent.domain.model
/
ConsentGroup
/
ConsentGroup
Consent
Group
constructor
(
identifier
:
String
,
title
:
String
?
,
text
:
String
?
,
subConsentsTitle
:
String
?
,
textActions
:
List
<
TextAction
>
,
mainConsents
:
List
<
Consent
>
,
subConsents
:
List
<
Consent
>
)