[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[],[],null,["# firebase::ump::ConsentRequestParameters Struct Reference\n\nfirebase::ump::ConsentRequestParameters\n=======================================\n\n\n`#include \u003ctypes.h\u003e`\n\nParameters for the [ConsentInfo::RequestConsentInfoUpdate()](/docs/reference/cpp/class/firebase/ump/consent-info#classfirebase_1_1ump_1_1_consent_info_1a38f38f22b70b35732c3cd63b18dd26d2) operation.\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ConsentRequestParameters](#structfirebase_1_1ump_1_1_consent_request_parameters_1a7982ae1b5c9a778ee8db467c6c8135db)`()` ||\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [debug_settings](#structfirebase_1_1ump_1_1_consent_request_parameters_1a32806732350dc720de7769d20cd755cf) | [ConsentDebugSettings](/docs/reference/cpp/struct/firebase/ump/consent-debug-settings#structfirebase_1_1ump_1_1_consent_debug_settings) Debug settings for the consent request. |\n| [tag_for_under_age_of_consent](#structfirebase_1_1ump_1_1_consent_request_parameters_1a40ac5e8eda2ceaca3be1fdcb7994ce57) | `bool` Whether the user is under the age of consent. |\n\nPublic attributes\n-----------------\n\n### debug_settings\n\n```c++\nConsentDebugSettings firebase::ump::ConsentRequestParameters::debug_settings\n``` \nDebug settings for the consent request. \n\n### tag_for_under_age_of_consent\n\n```c++\nbool firebase::ump::ConsentRequestParameters::tag_for_under_age_of_consent\n``` \nWhether the user is under the age of consent.\n\nPublic functions\n----------------\n\n### ConsentRequestParameters\n\n```c++\n firebase::ump::ConsentRequestParameters::ConsentRequestParameters()\n```"]]