public enum RequestParameterTypeDescribe the type of this parameter (Path, Query or UserDefinedQueries).
Namespace
Google.Apis.UtilAssembly
Google.Apis.Core.dll
Fields |
|
|---|---|
| Name | Description |
Path |
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. |