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

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...
 

Detailed Description

Structure used in Content, has the status of Content.

Member Data Documentation

◆ device

std::string octane::ContentStatus::device

Device which uploaded this content.

◆ mime

std::string octane::ContentStatus::mime

MIME.

◆ name

std::optional<std::string> octane::ContentStatus::name

Optional: If the type is file, then this represents it's name.

◆ timestamp

std::uint64_t octane::ContentStatus::timestamp

Timestamp of when did this content get uploaded.

◆ type

ContentType octane::ContentStatus::type

Type of Content.


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