nx_server_plugin_sdk  1.0
Server Plugin SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::IntegrationManifest Struct Reference

Public Member Functions

 IntegrationManifest (const char *jsonStr) noexcept(false)
 
 IntegrationManifest (const nx::kit::Json &json) noexcept(false)
 
 IntegrationManifest (const std::string &id, const std::string &name, const std::string &description, const std::string &version, const std::string &vendor)
 
template<typename T >
 IntegrationManifest (const T &)=delete
 
bool operator== (const IntegrationManifest &) const
 
nx::kit::Json to_json () const
 

Static Public Member Functions

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

Public Attributes

std::string id
 
std::string name
 
std::string description
 
std::string version
 
std::string vendor
 

Member Data Documentation

◆ description

std::string nx::sdk::cloud_storage::IntegrationManifest::description

Brief plugin description.

◆ id

std::string nx::sdk::cloud_storage::IntegrationManifest::id

Plugin identifier. This is what will be displayed int the storage type field in the Storage dialog.

◆ name

std::string nx::sdk::cloud_storage::IntegrationManifest::name

Full plugin name, e.g. "Stub Cloud Storage plugin".


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