[E] UsageFlags
This enum represents the different ways a model can be used in a method.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
ApiVersionEnum | 8 | - |
Error | 128 | Deprecated Use Exception instead. |
Exception | 1024 | - |
Input | 2 | - |
Json | 256 | - |
JsonMergePatch | 16 | - |
MultipartFormData | 32 | - |
None | 0 | - |
Output | 4 | - |
Spread | 64 | - |
Xml | 512 | - |