WebParamAttribute

Private struct describing the origin of a parameter (Query, Header, Body).

Members

Variables

field
string field;

The meaning of this field depends on the origin.

identifier
string identifier;

Parameter name

origin
ParameterKind origin;
Undocumented in source.

Meta