#import /// Parameters sent on updates to user consent info. @interface UMPRequestParameters : NSObject /// Indicates whether the user is tagged for under age of consent. @property(nonatomic) BOOL tagForUnderAgeOfConsent; /// Debug settings for the request. @property(nonatomic, copy, nullable) UMPDebugSettings *debugSettings; @end