10Duke Scale C++ Client
Loading...
Searching...
No Matches
DescribeLicenseConsumerClientBindingsRequest.h
1#ifndef TENDUKE_SE_LICENSING_REST_DESCRIBELICENSECONSUMERCLIENTBINDINGSREQUEST_H
2#define TENDUKE_SE_LICENSING_REST_DESCRIBELICENSECONSUMERCLIENTBINDINGSREQUEST_H
3
4#include "../../api/consumers/LicenseConsumerClientBindingStatus.h"
5#include "../../../rest/APIRequest.h"
6
7namespace tenduke { namespace se { namespace licensing { namespace rest {
8
10typedef ::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseConsumerClientBindingStatus> DescribeLicenseConsumerClientBindingsRequest;
11
12}}}}
13
14#endif //TENDUKE_SE_LICENSING_REST_DESCRIBELICENSECONSUMERCLIENTBINDINGSREQUEST_H
::tenduke::se::APIRequest<::tenduke::se::licensing::LicenseConsumerClientBindingStatus > DescribeLicenseConsumerClientBindingsRequest
Request for describe license consumer client bindings.
Definition DescribeLicenseConsumerClientBindingsRequest.h:10
Root for classes, functions and globals of 10Duke C++ Client.
Definition BackendConfiguration.h:7