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."],[[["This page provides documentation for the `RequestParameterType` enum, which is part of the `Google.Apis.Util` namespace in the `Google.Apis.Core.dll` assembly."],["The `RequestParameterType` enum defines three possible types for request parameters: `Path`, `Query`, and `UserDefinedQueries`."],["`Path` parameters are inserted directly into the path portion of the request URI, while `Query` parameters are appended to the query portion."],["`UserDefinedQueries` represent a group of parameters that are added to the query portion of the request URI, and the name associated with them is not relevant."],["The provided documentation covers versions 1.50.0 through 1.69.0 of the API, with 1.69.0 being the latest version."]]],[]]