$darkmode
Qore FileDataProvider Module Reference 1.0
FileTargetResponseDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
2 
25 namespace FileDataProvider {
27 class FileTargetResponseDataType : public HashDataType {
28 
29 public:
30 protected:
32  const Fields = {
33  "target": {
34  "type": StringType,
35  "desc": "The target file path",
36  },
37  };
38 
39 public:
40 
43 
44 };
45 };
Data type for file response APIs with a single "target" key.
Definition: FileTargetResponseDataType.qc.dox.h:27
const Fields
Field descriptions.
Definition: FileTargetResponseDataType.qc.dox.h:32
Qore FileDataProvider module definition.
Definition: FileCopyDataProvider.qc.dox.h:26