Class OrganizationLicensingCotermLicenseMoveRequestLicenseCount
A count to move from license by model type
[DataContract]
public class OrganizationLicensingCotermLicenseMoveRequestLicenseCount
- Inheritance
-
OrganizationLicensingCotermLicenseMoveRequestLicenseCount
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseMoveRequestLicenseCount()
public OrganizationLicensingCotermLicenseMoveRequestLicenseCount()
Properties
Count
The number of counts to move
[DataMember(Name = "count")]
public int Count { get; set; }
Property Value
Model
The license model type to move counts of
[DataMember(Name = "model")]
public string Model { get; set; }