[[["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-09-17 UTC."],[[["`ResourceId` is a utility class designed for generating unique resource IDs specifically for documents."],["It offers a `generate` method to create these resource IDs, taking the document as input."],["The class is marked as `final`, indicating it cannot be extended or subclassed."]]],["`ResourceId` is a utility class designed to generate resource IDs for documents. It features a single method, `generate(document)`, which is responsible for creating a unique resource ID for a given document. The class is not intended for subclassing, as indicated by its non-final status.\n"]]