![]() |
Qore Swagger Module Reference 2.2.3
|
Common class for objects that have parameters. More...
#include <Swagger.qm.dox.h>
Public Member Methods | |
addParameter (AbstractParameterObject p) | |
Adds a parameter to the group. | |
addParameter (string key, AbstractParameterObject p) | |
Adds a parameter to the group. | |
constructor (hash< auto > oh) | |
Creates the object from the hash definition. | |
hash< string, AbstractParameterObject > | parameters () |
A hash of parameters for this object. | |
![]() | |
constructor () | |
Constructor. | |
constructor (hash< auto > oh) | |
Constructor. | |
constructor (ObjectBase other) | |
copy constructor | |
initialize (hash< auto > oh) | |
Initialize. | |
Public Attributes | |
string | query_obj |
Any query param with type "object"? (OpenAPI 3 compatible) | |
![]() | |
hash< auto > | vendorExtensions |
Allows extensions to the Swagger Schema. | |
Common class for objects that have parameters.
hash< string, AbstractParameterObject > Swagger::ParameterGroup::parameters | ( | ) |
A hash of parameters for this object.
Hash values are AbstractParameterObjects