[[["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-03 UTC."],[[["The Group object provides information about a group, including its email address and title."],["It is represented in JSON format with the fields \"email\" and \"title\"."],["Both \"email\" and \"title\" fields are strings containing the group's email address and title respectively."]]],["The core content defines the structure of a \"Group\" object using JSON. It specifies two key fields: `email`, a string representing the group's email address, and `title`, also a string, which represents the group's name. The JSON representation shows the format for creating a group instance, consisting of these two string-valued attributes.\n"]]