[[["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-04 UTC."],[[["Creates a filter, with a limit of 1,000 filters per user."],["Sends an HTTP POST request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/filters` to create the filter."],["Requires the `https://www.googleapis.com/auth/gmail.settings.basic` OAuth scope for authorization."],["Uses the user's email address (`userId`) as a path parameter, where \"me\" can represent the authenticated user."],["The request and response bodies both utilize the `Filter` object for data transfer."]]],[]]