{// Union field parameter_type can be only one of the following:"value": {object (Value)},"cursor": string// End of list of possible types for union field parameter_type.}
Fields
Union field parameter_type. The type of parameter. parameter_type can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eA binding parameter in a GQL query can be represented in JSON format, with the specific structure defined by a union field named \u003ccode\u003eparameter_type\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparameter_type\u003c/code\u003e field can contain either a \u003ccode\u003evalue\u003c/code\u003e, which is an object, or a \u003ccode\u003ecursor\u003c/code\u003e, which is a base64-encoded string representing a query cursor.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue\u003c/code\u003e field refers to a general data value, while the \u003ccode\u003ecursor\u003c/code\u003e field is used to manage the retrieval of query results in batches.\u003c/p\u003e\n"]]],[],null,["# GqlQueryParameter\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA binding parameter for a GQL query."]]