10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
LicenseReleaseParameters.h
1
#ifndef TENDUKE_EE_LICENSING_LICENSERELEASEPARAMETERS_H
2
#define TENDUKE_EE_LICENSING_LICENSERELEASEPARAMETERS_H
3
4
#include <string>
5
#include <vector>
6
7
namespace
tenduke
{
namespace
ee
{
namespace
licensing
{
8
12
class
LicenseReleaseParameters
13
{
14
public
:
19
explicit
LicenseReleaseParameters
(
const
std::vector<std::string> &
leaseIds
)
20
:
leaseIds
(
leaseIds
)
21
{}
22
24
const
std::vector<std::string>
leaseIds
;
25
};
26
27
}}}
28
29
#endif
//TENDUKE_EE_LICENSING_LICENSERELEASEPARAMETERS_H
LicenseReleaseParameters::LicenseReleaseParameters
LicenseReleaseParameters(const std::vector< std::string > &leaseIds)
Constructs new instance.
Definition
LicenseReleaseParameters.h:19
tenduke::ee::licensing::LicenseReleaseParameters::leaseIds
const std::vector< std::string > leaseIds
IDs of leases to release.
Definition
LicenseReleaseParameters.h:24
tenduke::ee::licensing::LicenseReleaseParameters::LicenseReleaseParameters
LicenseReleaseParameters(const std::vector< std::string > &leaseIds)
Constructs new instance.
Definition
LicenseReleaseParameters.h:19
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
release
LicenseReleaseParameters.h
Generated by
1.17.0