Class License
Namespace: Consul
Assembly: Consul.dll
public class License
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CustomerId
[JsonProperty("customer_id")]
public string CustomerId { get; set; }
Property Value
ExpirationTime
[JsonProperty("expiration_time")]
public string ExpirationTime { get; set; }
Property Value
Features
public string[] Features { get; set; }
Property Value
string []
Flags
public Flags Flags { get; set; }
Property Value
InstallationId
[JsonProperty("installation_id")]
public string InstallationId { get; set; }
Property Value
IssueTime
[JsonProperty("issue_time")]
public string IssueTime { get; set; }
Property Value
LicenseId
[JsonProperty("license_id")]
public string LicenseId { get; set; }
Property Value
Product
public string Product { get; set; }
Property Value
StartTime
[JsonProperty("start_time")]
public string StartTime { get; set; }
Property Value
Temporary
public bool Temporary { get; set; }