Class GetPaginatedLicensesResponseLicense
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetPaginatedLicensesResponseLicense
- Inheritance
-
GetPaginatedLicensesResponseLicense
- Inherited Members
Constructors
GetPaginatedLicensesResponseLicense(LicenseSqlModel)
public GetPaginatedLicensesResponseLicense(LicenseSqlModel license)
Parameters
license
LicenseSqlModel
Properties
CreatedOn
public DateTime CreatedOn { get; set; }
Property Value
Edition
public LicenseEdition Edition { get; set; }
Property Value
ExpiryDate
public DateTime? ExpiryDate { get; set; }
Property Value
Features
public string[] Features { get; set; }
Property Value
- string[]
Holder
public string Holder { get; set; }
Property Value
Id
public int Id { get; set; }
Property Value
IsExpired
public bool IsExpired { get; set; }
Property Value
IsRevoked
public bool IsRevoked { get; set; }
Property Value
Key
public string Key { get; set; }
Property Value
ReferenceId
public string ReferenceId { get; set; }
Property Value
RevokedOn
public DateTime? RevokedOn { get; set; }
Property Value
UpdatedOn
public DateTime? UpdatedOn { get; set; }