|
Qore Swagger Module Reference
1.0.1
|
Allows adding metadata to a single tag that is used by the OperationObject. It is not mandatory to have a TagObject per tag used there. More...

Public Member Functions | |
| constructor (hash oh) | |
| Constructor. More... | |
Public Member Functions inherited from Swagger::ObjectBase | |
| constructor () | |
| Constructor. | |
| constructor (hash oh) | |
| Constructor. More... | |
| constructor (ObjectBase other) | |
| copy constructor | |
| initialize (hash oh) | |
| Initialize. More... | |
Public Attributes | |
| *string | desc |
| A short description for the tag. GFM syntax can be used for rich text representation. | |
| *ExternalDocumentationObject | externalDocs |
| Additional external documentation for this tag. | |
| string | name |
| Required. The name of the tag. | |
Public Attributes inherited from Swagger::ObjectBase | |
| hash | vendorExtensions |
| Allows extensions to the Swagger Schema. More... | |
Allows adding metadata to a single tag that is used by the OperationObject. It is not mandatory to have a TagObject per tag used there.
| Swagger::TagObject::constructor | ( | hash | oh | ) |
Constructor.
| oh | deserialized hash from the source schema description describing a metadata tag associated with an operation |
| INVALID-FIELD-TYPE | field has invalid type |
| REQUIRED-FIELD-MISSING | required field is missing |