Class OrganizationLicensingCotermLicenseMoveRequestLicense
License to move
[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequestLicense
- Inheritance
-
OrganizationLicensingCotermLicenseMoveRequestLicense
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseMoveRequestLicense()
public OrganizationLicensingCotermLicenseMoveRequestLicense()
Properties
Counts
The counts to move from the license by model type
[DataMember(Name = "counts")]
public List<OrganizationLicensingCotermLicenseMoveRequestLicenseCount> Counts { get; set; }
Property Value
Key
The license key to move counts from
[DataMember(Name = "key")]
public string Key { get; set; }