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."],[[["Version 1.69.0 is the latest version available, with previous versions including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also available."],["The `RequestParameterType` enum, found within the `Google.Apis.Util` namespace, describes the type of a parameter such as Path, Query or UserDefinedQueries."],["The `Path` field indicates a parameter inserted into the request URI's path."],["The `Query` field indicates a parameter inserted into the request URI's query."],["`UserDefinedQueries` signifies a group of user-defined parameters added to the request URI's query, and when used, the `RequestParameterAttribute`'s name is irrelevant."]]],[]]