nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::Bookmark Struct Reference

Public Member Functions

 Bookmark (const char *jsonData) noexcept(false)
 
 Bookmark (const nx::kit::Json &json) noexcept(false)
 
template<typename T >
 Bookmark (const T &)=delete
 
bool operator== (const Bookmark &) const
 
nx::kit::Json to_json () const
 

Static Public Member Functions

static ValueOrError< BookmarkfromJson (const char *jsonStr) noexcept
 
static ValueOrError< BookmarkfromJson (const nx::kit::Json &json) noexcept
 

Public Attributes

std::string id
 
std::string creatorId
 
std::chrono::milliseconds creationTimestamp {}
 
std::string name
 
std::string description
 
std::chrono::milliseconds timeout = std::chrono::milliseconds(-1)
 
std::chrono::milliseconds startTimestamp
 
std::chrono::milliseconds duration {}
 
std::vector< std::string > tags
 
std::string deviceId
 

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