Qore RestClientDataProvider Module Reference
2.0.1
Loading...
Searching...
No Matches
RestClientCallResponseDataType.qc.dox.h
1
// -*- mode: c++; indent-tabs-mode: nil -*-
2
25
namespace
RestClientDataProvider
{
27
const
RestClientCallResponseDataType
=
new
RestClientCallResponseDataType
();
28
30
class
RestClientCallResponseDataType
:
public
HashDataType {
31
32
public
:
33
protected
:
35
const
Fields
= ...;
36
37
38
public
:
39
41
constructor
();
42
43
};
44
};
RestClientDataProvider::RestClientCallResponseDataType
Data type for REST call responses.
Definition
RestClientCallResponseDataType.qc.dox.h:30
RestClientDataProvider::RestClientCallResponseDataType::constructor
constructor()
Creates the object.
RestClientDataProvider::RestClientCallResponseDataType::Fields
const Fields
Field descriptions.
Definition
RestClientCallResponseDataType.qc.dox.h:35
RestClientDataProvider
Qore RestClientDataProvider module definition.
Definition
RestClientCallDataProvider.qc.dox.h:26