1#ifndef TENDUKE_EE_LICENSING_LICENSECHECKOUTITEM_H
2#define TENDUKE_EE_LICENSING_LICENSECHECKOUTITEM_H
6namespace tenduke {
namespace ee {
namespace licensing {
Licensed item to be checked out.
Definition LicenseCheckoutItem.h:11
const std::string requestedVersion
Requested version.
Definition LicenseCheckoutItem.h:37
const std::string name
Name of the licensed item.
Definition LicenseCheckoutItem.h:34
const std::string licenseId
Checkout this license (note that item name must still be given).
Definition LicenseCheckoutItem.h:40
static const std::string NO_LICENSE_ID
Named constant to indicate that no license id is specified.
Definition LicenseCheckoutItem.h:16
static const std::string NO_VERSION
Named constant to indicate that no version is specified.
Definition LicenseCheckoutItem.h:14
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4