A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.
[[["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 `ProductModel` type extends the basic `Product` type and includes specific properties for defining product variants and their relationships."],["`isVariantOf` denotes a product's base model, implying inheritance of features unless explicitly overridden."],["`predecessorOf` and `successorOf` indicate the relationship between older and newer variants, typically used for discontinued and replacement products."]]],[]]