WebParamAttribute

This struct contains a mapping between the name used by HTTP (field) and the parameter (identifier) name of the function.

Members

Variables

field
string field;

The meaning of this field depends on the origin. (HTTP request name)

identifier
string identifier;

Parameter name (function parameter name).

origin
ParameterKind origin;

The type of the WebParamAttribute

Meta