10Duke Scale C++ Client
Loading...
Searching...
No Matches
LicenseHeartbeatRequest.h
1#ifndef TENDUKE_SE_LICENSING_REST_LICENSEHEARTBEATREQUEST_H
2#define TENDUKE_SE_LICENSING_REST_LICENSEHEARTBEATREQUEST_H
3
4#include "../../../rest/APIRequest.h"
5#include "../../api/licenses/heartbeat/LicenseHeartbeatResponse.h"
6
7namespace tenduke { namespace se { namespace licensing { namespace rest {
8
12typedef ::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseHeartbeatResponse> LicenseHeartbeatRequest;
13
14}}}}
15
16#endif //TENDUKE_SE_LICENSING_REST_LICENSEHEARTBEATREQUEST_H
::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseHeartbeatResponse > LicenseHeartbeatRequest
License heartbeat request.
Definition LicenseHeartbeatRequest.h:12
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7