[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eChannel\u003c/code\u003e enum defines the sales channel for a product, encompassing online and local options.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCHANNEL_ENUM_UNSPECIFIED\u003c/code\u003e value is a default and signifies an unspecified sales channel.\u003c/p\u003e\n"]]],["The provided content defines channel values within an enumeration system. It specifies three distinct channel types: `CHANNEL_ENUM_UNSPECIFIED`, indicating an undefined channel; `ONLINE`, representing online products; and `LOCAL`, designating local products. These enums are used to categorize or label products based on their distribution or availability method, separating online and locally accessible items. This allows for clear differentiation of channel type.\n"],null,["# ChannelEnum\n\nChannel values.\n\n| Enums ||\n|----------------------------|-----------------|\n| `CHANNEL_ENUM_UNSPECIFIED` | Not specified. |\n| `ONLINE` | Online product. |\n| `LOCAL` | Local product. |"]]