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"]],[["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-03-05 UTC."],[[["The `RequestParameterType` enum defines how parameters are used in request URIs, categorized as Path, Query, or UserDefinedQueries."],["`Path` parameters are inserted into the path section of the URI, `Query` parameters go into the query section, and `UserDefinedQueries` represents a group of parameters for the query section."],["The latest version of `RequestParameterType` is 1.69.0, and it resides in the `Google.Apis.Util` namespace within the Google.Apis.Core.dll assembly."],["The `Utilities.ThrowIfNull` extension method can be used with `RequestParameterType`."]]],[]]