[[["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 2023-04-26 UTC."],[[["`DeleteResult` represents the outcome of deleting a single document in the Google App Engine search API."],["It inherits from `OperationResult` and provides information about the success or failure of the deletion, including an error `code`, optional error `message`, and the `id` of the document."],["The constructor takes the `code`, `message`, and `id` as parameters, allowing the object to be made with those attributes as desired."],["The class offers various class variables like `OK`, `INTERNAL_ERROR`, `TIMEOUT`, and others to indicate the status of the operation, while also raising a `TypeError` or `ValueError` if invalid parameters are passed."],["The class also contains the ability to access the `code`, `id` and `message` through the use of their respective methods."]]],[]]