firebase:: ump:: ConsentRequestParameters
  
    #include <types.h>
  
Parameters for the ConsentInfo::RequestConsentInfoUpdate() operation. 
Summary
        Constructors and Destructors | 
    |
|---|---|
        ConsentRequestParameters()
         | 
    
        Public attributes | 
    |
|---|---|
        debug_settings
       | 
      
        
         Debug settings for the consent request.  
       | 
    
        tag_for_under_age_of_consent
       | 
      
        bool
        Whether the user is under the age of consent.  
       | 
    
Public attributes
debug_settings
ConsentDebugSettings firebase::ump::ConsentRequestParameters::debug_settings
Debug settings for the consent request.
tag_for_under_age_of_consent
bool firebase::ump::ConsentRequestParameters::tag_for_under_age_of_consent
Whether the user is under the age of consent.
Public functions
ConsentRequestParameters
firebase::ump::ConsentRequestParameters::ConsentRequestParameters()