10Duke Scale C++ Client
Loading...
Searching...
No Matches
LicenseReleaseRequest.h
Go to the documentation of this file.
1#ifndef TENDUKE_SE_LICENSING_REST_LICENSERELEASEREQUEST_H
2#define TENDUKE_SE_LICENSING_REST_LICENSERELEASEREQUEST_H
3
8#include "../../../rest/APIRequest.h"
9#include "../../api/licenses/release/LicenseReleaseResponse.h"
10
11namespace tenduke { namespace se { namespace licensing { namespace rest {
12
16typedef ::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseReleaseResponse> LicenseReleaseRequest;
17
18}}}}
19
20#endif //TENDUKE_SE_LICENSING_REST_LICENSERELEASEREQUEST_H
::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseReleaseResponse > LicenseReleaseRequest
License release request.
Definition LicenseReleaseRequest.h:16
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7