[[["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,["# RulesetMetadata interface\n\nRequired metadata associated with a ruleset.\n\n**Signature:** \n\n export interface RulesetMetadata \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [createTime](./firebase-admin.security-rules.rulesetmetadata.md#rulesetmetadatacreatetime) | string | Creation time of the `Ruleset` as a UTC timestamp string. |\n| [name](./firebase-admin.security-rules.rulesetmetadata.md#rulesetmetadataname) | string | Name of the `Ruleset` as a short string. This can be directly passed into APIs like [SecurityRules.getRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesgetruleset) and [SecurityRules.deleteRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesdeleteruleset). |\n\nRulesetMetadata.createTime\n--------------------------\n\nCreation time of the `Ruleset` as a UTC timestamp string.\n\n**Signature:** \n\n readonly createTime: string;\n\nRulesetMetadata.name\n--------------------\n\nName of the `Ruleset` as a short string. This can be directly passed into APIs like [SecurityRules.getRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesgetruleset) and [SecurityRules.deleteRuleset()](./firebase-admin.security-rules.securityrules.md#securityrulesdeleteruleset).\n\n**Signature:** \n\n readonly name: string;"]]