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\u003eThe content outlines the \u003ccode\u003eRequestParameterType\u003c/code\u003e enum within the \u003ccode\u003eGoogle.Apis.Util\u003c/code\u003e namespace, detailing its purpose in describing the type of a request parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRequestParameterType\u003c/code\u003e enum defines three distinct fields: \u003ccode\u003ePath\u003c/code\u003e, \u003ccode\u003eQuery\u003c/code\u003e, and \u003ccode\u003eUserDefinedQueries\u003c/code\u003e, each specifying how the parameter is utilized in a request URI.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePath\u003c/code\u003e field represents a parameter embedded directly within the path of the URI, while \u003ccode\u003eQuery\u003c/code\u003e denotes a parameter added to the query string.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUserDefinedQueries\u003c/code\u003e allow for a collection of user-specified parameters to be incorporated into the query section of the URI, making the parameter name in \u003ccode\u003eRequestParameterAttribute\u003c/code\u003e irrelevant in this scenario.\u003c/p\u003e\n"],["\u003cp\u003eThere is an extension method \u003ccode\u003eUtilities.ThrowIfNull<RequestParameterType>\u003c/code\u003e which is mentioned in the documentation.\u003c/p\u003e\n"]]],[],null,[]]