GetProductChildLicensesResponseServiceModel_Element
Response model for a child license element that is returned in a GetProductChildLicenses call.
| Name | Description | Type | Additional Information |
|---|---|---|---|
| LicenseId |
A unique identifier for the license. |
integer |
None. |
| Keycode |
Keycode identifying the license. |
string |
None. |
| ParentKeycode |
The keycode for the parent license. |
string |
None. |
| SiteName |
The name of the site associated to Keycode. |
string |
None. |
| ChildLicenseProfile |
A list of child license profiles. |
Dictionary of string [key] and GetProductChildLicensesResponseServiceModel_ChildLicenseProfile [value] |
None. |