Enum RequestParameterType (1.60.0)

public enum RequestParameterType

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

Namespace

GoogleApisUtil

Assembly

Google.Apis.Core.dll

Fields

NameDescription
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 Method