Struct WebParamAttribute
This struct contains a mapping between the name used by HTTP (field) and the parameter (identifier) name of the function.
struct WebParamAttribute
;
Fields
Name | Type | Description |
---|---|---|
field
|
string | The meaning of this field depends on the origin. (HTTP request name) |
identifier
|
string | Parameter name (function parameter name). |
origin
|
vibe | The type of the WebParamAttribute |