Class OrganizationLicensingCotermLicenseCount
License by model type count.
[DataContract]
public class OrganizationLicensingCotermLicenseCount
- Inheritance
-
OrganizationLicensingCotermLicenseCount
- Inherited Members
Constructors
OrganizationLicensingCotermLicenseCount()
public OrganizationLicensingCotermLicenseCount()
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; }