License information for the exposed API.
More...
#include <Swagger.qm.dox.h>
|
|
string | name |
| | Required. The license name used for the API.
|
| |
|
*string | url |
| | A URL to the license used for the API. MUST be in the format of a URL.
|
| |
| hash< auto > | vendorExtensions |
| | Allows extensions to the Swagger Schema.
|
| |
License information for the exposed API.
◆ constructor()
| Swagger::LicenseObject::constructor |
( |
hash< auto > |
oh | ) |
|
Constructor.
- Parameters
-
| oh | deserialized hash from the source schema description providing license information about the API |
- Exceptions
-
| INVALID-FIELD-TYPE | field has invalid type |
| REQUIRED-FIELD-MISSING | required field is missing |