[[["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."],[[["This enum defines the resource type that is being changed, allowing merchants to be notified about specific updates."],["It currently supports `PRODUCT` resource type and a default `RESOURCE_UNSPECIFIED` value for unspecified resources."]]],["The core content defines an enumeration (Enum) for specifying the type of resource being modified. This is used to inform merchants about changes. The enumeration includes two possible values: `RESOURCE_UNSPECIFIED`, indicating an unspecified resource, and `PRODUCT`, representing a product resource type. This structure allows for the identification of specific resource changes, enabling targeted merchant notifications.\n"]]