Qore Swagger Module Reference
2.0.6
|
License information for the exposed API. More...
Public Member Methods | |
constructor (hash< auto > oh) | |
Constructor. More... | |
Public Member Methods inherited from Swagger::ObjectBase | |
constructor () | |
Constructor. | |
constructor (hash< auto > oh) | |
Constructor. More... | |
constructor (ObjectBase other) | |
copy constructor | |
initialize (hash< auto > oh) | |
Initialize. More... | |
Public Attributes | |
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. | |
Public Attributes inherited from Swagger::ObjectBase | |
hash< auto > | vendorExtensions |
Allows extensions to the Swagger Schema. More... | |
License information for the exposed API.
Swagger::LicenseObject::constructor | ( | hash< auto > | oh | ) |
Constructor.
oh | deserialized hash from the source schema description providing license information about the API |
INVALID-FIELD-TYPE | field has invalid type |
REQUIRED-FIELD-MISSING | required field is missing |