10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::licensing::LicenseKey Class Reference

#include <LicenseKey.h>

Detailed Description

License key.

Public Member Functions

 LicenseKey (const std::int32_t allowedActivations, std::string created, std::string id, std::string licenseKey, std::string modified)
 Constructs new instance.
 

Public Attributes

const std::int32_t allowedActivations
 Allowed activations.
 
const std::string created
 Creation timestamp.
 
const std::string id
 Id.
 
const std::string licenseKey
 The license key.
 
const std::string modified
 Modification timestamp.
 

Constructor & Destructor Documentation

◆ LicenseKey()

tenduke::se::licensing::LicenseKey::LicenseKey ( const std::int32_t allowedActivations,
std::string created,
std::string id,
std::string licenseKey,
std::string modified )
inline

Constructs new instance.

Parameters
allowedActivations-
created-
id-
licenseKey-
modified-

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