[[["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 2024-04-16 UTC."],[],[],null,["# MicroPercentRange interface\n\nRepresents the limit of percentiles to target in micro-percents. The value must be in the range \\[0 and 100000000\\]\n\n**Signature:** \n\n export interface MicroPercentRange \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------------------------------------------|\n| [microPercentLowerBound](./firebase-admin.remote-config.micropercentrange.md#micropercentrangemicropercentlowerbound) | number | The lower limit of percentiles to target in micro-percents. The value must be in the range \\[0 and 100000000\\]. |\n| [microPercentUpperBound](./firebase-admin.remote-config.micropercentrange.md#micropercentrangemicropercentupperbound) | number | The upper limit of percentiles to target in micro-percents. The value must be in the range \\[0 and 100000000\\]. |\n\nMicroPercentRange.microPercentLowerBound\n----------------------------------------\n\nThe lower limit of percentiles to target in micro-percents. The value must be in the range \\[0 and 100000000\\].\n\n**Signature:** \n\n microPercentLowerBound?: number;\n\nMicroPercentRange.microPercentUpperBound\n----------------------------------------\n\nThe upper limit of percentiles to target in micro-percents. The value must be in the range \\[0 and 100000000\\].\n\n**Signature:** \n\n microPercentUpperBound?: number;"]]