10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
LicenseRenewItem.h
1
#ifndef TENDUKE_EE_LICENSING_LICENSERENEWITEM_H
2
#define TENDUKE_EE_LICENSING_LICENSERENEWITEM_H
3
4
#include <string>
5
6
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
7
11
class
LicenseRenewItem
12
{
13
public
:
19
LicenseRenewItem
(
20
const
std::string &
name
,
21
const
std::string &
leaseId
22
) :
name
(
name
)
23
,
leaseId
(
leaseId
)
24
{}
25
26
public
:
28
const
std::string
name
;
32
const
std::string
leaseId
;
33
};
34
35
}}}
36
37
#endif
//TENDUKE_EE_LICENSING_LICENSERENEWITEM_H
tenduke::ee::licensing::LicenseRenewItem::LicenseRenewItem
LicenseRenewItem(const std::string &name, const std::string &leaseId)
Constructs new instance.
Definition
LicenseRenewItem.h:19
tenduke::ee::licensing::LicenseRenewItem::name
const std::string name
The name of the licensed item.
Definition
LicenseRenewItem.h:28
tenduke::ee::licensing::LicenseRenewItem::leaseId
const std::string leaseId
In a license renewal request, the ID of the license lease to be extended.
Definition
LicenseRenewItem.h:32
tenduke::ee::licensing
Classes, functions and globals related to 10Duke Enterprise licensing.
Definition
AuthzLicensingClient.h:13
tenduke::ee
Classes, functions and globals of 10Duke Enterprise C++ Client.
Definition
APIRequest.h:4
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
client
enterprise
api
src
licensing
renew
LicenseRenewItem.h
Generated by
1.17.0