[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The content describes an immutable `Index` object within the `google.appengine.ext.ndb` module, used for representing a data index."],["`Index` objects have three attributes: `ancestor` (a boolean indicating if it's an ancestor index), `kind` (a string specifying the type of entity being indexed), and `properties` (a list of `PropertyIndex` objects)."],["The `Index` class implements two comparison methods: `__eq__` for equality and `__ne__` for inequality between `Index` instances."],["The provided resource has a link to view its source code on GitHub."]]],[]]