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 content outlines the `RequestParameterType` enum within the `Google.Apis.Util` namespace, detailing its purpose in describing the type of a request parameter."],["`RequestParameterType` enum defines three distinct fields: `Path`, `Query`, and `UserDefinedQueries`, each specifying how the parameter is utilized in a request URI."],["The `Path` field represents a parameter embedded directly within the path of the URI, while `Query` denotes a parameter added to the query string."],["`UserDefinedQueries` allow for a collection of user-specified parameters to be incorporated into the query section of the URI, making the parameter name in `RequestParameterAttribute` irrelevant in this scenario."],["There is an extension method `Utilities.ThrowIfNull\u003cRequestParameterType\u003e` which is mentioned in the documentation."]]],[]]