Class OrganizationLicensingCotermLicenseMoveResponseLicenseCount
Counts of the license by model type
[DataContract]
public class OrganizationLicensingCotermLicenseMoveResponseLicenseCount
- Inheritance
-
OrganizationLicensingCotermLicenseMoveResponseLicenseCount
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseMoveResponseLicenseCount()
public OrganizationLicensingCotermLicenseMoveResponseLicenseCount()
Properties
Count
The number of counts the license contains of this model
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "count")]
public int Count { get; set; }
Property Value
Model
The license model type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }