|
10Duke Scale C++ Client
|
#include <LicenseFeature.h>
A license feature.
Public Member Functions | |
| LicenseFeature (std::string created, std::string feature, std::string id, std::string modified) | |
| Constructs new instance. | |
Public Attributes | |
| const std::string | created |
| Creation timestamp. | |
| const std::string | feature |
| The feature. | |
| const std::string | id |
| Id. | |
| const std::string | modified |
| Modification timestamp. | |
|
inline |
Constructs new instance.
| created | - |
| feature | - |
| id | - |
| modified | - |