Show / Hide Table of Contents

Enum RequestParameterType

Describe the type of this parameter (Path, Query or UserDefinedQueries).

Namespace: Google.Apis.Util
Assembly: Google.Apis.Core.dll
Syntax
public enum RequestParameterType

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.

Extension Methods

Utilities.ThrowIfNull<RequestParameterType>(String)
In This Article
Back to top