$darkmode
Qore ElasticSearchDataProvider Module Reference 1.0
ElasticSearchAcknowledgedDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
29 
30 public:
31 protected:
33  const Fields = {
34  "acknowledged": {
35  "type": BoolType,
36  "desc": "The request has been acknowledged by the server",
37  },
38  };
39 
40 public:
41 
44 
45 };
46 };
The acknowledged response type.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:28
const Fields
Field descriptions.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:33
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26