PricingStrategy
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The pricing strategy is represented using a JSON object with a union field called pricing_strategy.
This pricing_strategy field can either be a separable function, indicated by the separable key and defined by a SeparableNDFunction object.
A pricing strategy.
JSON representation
{// Union field pricing_strategy can be only one of the following:"separable": {object (SeparableNDFunction)}// End of list of possible types for union field pricing_strategy.}
Fields
Union field pricing_strategy. A pricing strategy. pricing_strategy can be only one of the following:
[[["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-08-06 UTC."],[],["The core content describes a `pricing_strategy` that is a union field, meaning it can only be one type. The only defined type is `separable`, which represents a pricing strategy as a separable function of multiple variables. The `SeparableNDFunction` object defines this separable function.\n"]]