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."],[[["The `RequestParameterType` enum defines the type of a request parameter, which can be `Path`, `Query`, or `UserDefinedQueries`."],["`Path` parameters are inserted into the path part of the request URI, while `Query` and `UserDefinedQueries` are inserted into the query part."],["The latest version of Google.Apis is `1.69.0`."],["The document provides a breakdown of `RequestParameterType`, including its namespace, assembly, and descriptions of each field."],["The document details a helper method, `Utilities.ThrowIfNull\u003cRequestParameterType\u003e(String)`, available for use."]]],[]]