consentDetails property

Map<String, ConsentEvaluation>? consentDetails
getter/setter pair

The resource names of all evaluated Consents mapped to their evaluation.

Implementation

core.Map<core.String, ConsentEvaluation>? consentDetails;