|
Octane API Client
|
Structure used as result for getContent, has data and ContentStatus and inherits Response.
More...
#include <api_result_types.h>


Public Attributes | |
| ContentStatus | contentStatus |
The status of Content. More... | |
| std::variant< std::string, std::vector< uint8_t >, std::vector< FileInfo > > | data |
The data of Content, is a variant of string, single file binary. More... | |
Public Attributes inherited from octane::Response | |
| Health | health |
| std::optional< std::string > | message |
Structure used as result for getContent, has data and ContentStatus and inherits Response.
| ContentStatus octane::Content::contentStatus |
The status of Content.
| std::variant<std::string, std::vector<uint8_t>, std::vector<FileInfo> > octane::Content::data |
The data of Content, is a variant of string, single file binary.