#include <LicenseKey.h>
|
|
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.
|
| |
◆ 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: