[[["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 2022-07-29 UTC."],[],[],null,["# RulesetMetadataList class\n\nA page of ruleset metadata.\n\n**Signature:** \n\n export declare class RulesetMetadataList \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------------------------------------------------------------------|-----------|-----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|\n| [nextPageToken](./firebase-admin.security-rules.rulesetmetadatalist.md#rulesetmetadatalistnextpagetoken) | | string | The next page token if available. This is needed to retrieve the next batch. |\n| [rulesets](./firebase-admin.security-rules.rulesetmetadatalist.md#rulesetmetadatalistrulesets) | | [RulesetMetadata](./firebase-admin.security-rules.rulesetmetadata.md#rulesetmetadata_interface)\\[\\] | A batch of ruleset metadata. |\n\nRulesetMetadataList.nextPageToken\n---------------------------------\n\nThe next page token if available. This is needed to retrieve the next batch.\n\n**Signature:** \n\n readonly nextPageToken?: string;\n\nRulesetMetadataList.rulesets\n----------------------------\n\nA batch of ruleset metadata.\n\n**Signature:** \n\n readonly rulesets: RulesetMetadata[];"]]