Qore Swagger Module Reference  2.0.8
Swagger::ContactObject Class Reference

Contact information for the exposed API. More...

Inheritance diagram for Swagger::ContactObject:

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 email
 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...
 

Detailed Description

Contact information for the exposed API.

Member Function Documentation

◆ constructor()

Swagger::ContactObject::constructor ( hash< auto >  oh)

Constructor.

Parameters
ohdeserialized hash from the source schema description providing contact information about the API
Exceptions
INVALID-FIELD-TYPEfield has invalid type