| 
    10Duke Enterprise C++ Client
    
   | 
 
#include <LicenseReleaseParameters.h>
Parameters for license-release request.
Public Member Functions | |
| LicenseReleaseParameters (const std::vector< std::string > &leaseIds) | |
| Constructs new instance.   | |
Public Attributes | |
| const std::vector< std::string > | leaseIds | 
| IDs of leases to release.  | |
      
  | 
  inlineexplicit | 
Constructs new instance.
| leaseIds | IDs of leases to release |