Octane API Client
Loading...
Searching...
No Matches
Public Attributes | List of all members
octane::Content Struct Reference

Structure used as result for getContent, has data and ContentStatus and inherits Response. More...

#include <api_result_types.h>

Inheritance diagram for octane::Content:
Inheritance graph
[legend]
Collaboration diagram for octane::Content:
Collaboration graph
[legend]

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
 

Detailed Description

Structure used as result for getContent, has data and ContentStatus and inherits Response.

Member Data Documentation

◆ contentStatus

ContentStatus octane::Content::contentStatus

The status of Content.

◆ data

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.


The documentation for this struct was generated from the following file: