|
Octane API Client
|
Structure used in Content, has the status of Content.
More...
#include <api_result_types.h>
Public Attributes | |
| std::string | device |
| Device which uploaded this content. More... | |
| std::uint64_t | timestamp |
| Timestamp of when did this content get uploaded. More... | |
| ContentType | type |
Type of Content. More... | |
| std::optional< std::string > | name |
| Optional: If the type is file, then this represents it's name. More... | |
| std::string | mime |
| MIME. More... | |
| std::string octane::ContentStatus::device |
Device which uploaded this content.
| std::string octane::ContentStatus::mime |
MIME.
| std::optional<std::string> octane::ContentStatus::name |
Optional: If the type is file, then this represents it's name.
| std::uint64_t octane::ContentStatus::timestamp |
Timestamp of when did this content get uploaded.
| ContentType octane::ContentStatus::type |
Type of Content.