Enum RequestParameterType (1.60.0)

Stay organized with collections Save and categorize content based on your preferences.
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