1#ifndef TENDUKE_EE_LICENSING_LICENSERELEASEPARAMETERS_H
2#define TENDUKE_EE_LICENSING_LICENSERELEASEPARAMETERS_H
7namespace tenduke {
namespace ee {
namespace licensing {
Parameters for license-release request.
Definition LicenseReleaseParameters.h:13
const std::vector< std::string > leaseIds
IDs of leases to release.
Definition LicenseReleaseParameters.h:24
LicenseReleaseParameters(const std::vector< std::string > &leaseIds)
Constructs new instance.
Definition LicenseReleaseParameters.h:19
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4