1#ifndef TENDUKE_EE_LICENSING_LICENSERENEWITEM_H
2#define TENDUKE_EE_LICENSING_LICENSERENEWITEM_H
6namespace tenduke {
namespace ee {
namespace licensing {
20 const std::string &
name,
A license lease to renew.
Definition LicenseRenewItem.h:12
LicenseRenewItem(const std::string &name, const std::string &leaseId)
Constructs new instance.
Definition LicenseRenewItem.h:19
const std::string name
The name of the licensed item.
Definition LicenseRenewItem.h:28
const std::string leaseId
In a license renewal request, the ID of the license lease to be extended.
Definition LicenseRenewItem.h:32
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4