![]()  | 
  
    Qore Swagger Module Reference 2.1
    
   | 
 
Contact information for the exposed API. More...
#include <Swagger.qm.dox.h>
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 | |
| The email address of the contact person/organization. MUST be in the format of an email address.  | |
| *string | name | 
| The identifying name of the contact person/organization.  | |
| *string | url | 
| The URL pointing to the contact information. MUST be in the format of a URL.  | |
  Public Attributes inherited from Swagger::ObjectBase | |
| hash< auto > | vendorExtensions | 
| Allows extensions to the Swagger Schema.  More... | |
Contact information for the exposed API.
| Swagger::ContactObject::constructor | ( | hash< auto > | oh | ) | 
Constructor.
| oh | deserialized hash from the source schema description providing contact information about the API | 
| INVALID-FIELD-TYPE | field has invalid type |