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