A path parameter which is inserted into the path portion of the request URI.
Query
A query parameter which is inserted into the query portion of the request URI.
UserDefinedQueries
A group of user-defined parameters that will be added in to the query portion of the request URI. If this
type is being used, the name of the RequestParameterAttirbute is meaningless.
[[["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 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eRequestParameterType\u003c/code\u003e enum within the Google.Apis.Util namespace, specifically for version 1.50.0 and its relation to other versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParameterType\u003c/code\u003e enum defines three possible parameter types: \u003ccode\u003ePath\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, and \u003ccode\u003eUserDefinedQueries\u003c/code\u003e, which determine how a parameter is incorporated into a request URI.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePath\u003c/code\u003e parameter type is used for parameters that are embedded within the path segment of the URI, whereas the \u003ccode\u003eQuery\u003c/code\u003e parameter type is used for parameters that appear in the query segment of the URI.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUserDefinedQueries\u003c/code\u003e parameter type allows for a collection of user-specified parameters to be incorporated into the query portion of the URI, overriding the naming conventions of the request parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUtilities.ThrowIfNull<RequestParameterType>(String)\u003c/code\u003e extension method can be used with the enum, which can be found in the related documentation.\u003c/p\u003e\n"]]],[],null,[]]