Skip to main content

Class License

Namespace: Consul
Assembly: Consul.dll

public class License

Inheritance

objectLicense

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

string

ExpirationTime

[JsonProperty("expiration_time")]
public string ExpirationTime { get; set; }

Property Value

string

Features

public string[] Features { get; set; }

Property Value

string []

Flags

public Flags Flags { get; set; }

Property Value

Flags

InstallationId

[JsonProperty("installation_id")]
public string InstallationId { get; set; }

Property Value

string

IssueTime

[JsonProperty("issue_time")]
public string IssueTime { get; set; }

Property Value

string

LicenseId

[JsonProperty("license_id")]
public string LicenseId { get; set; }

Property Value

string

Product

public string Product { get; set; }

Property Value

string

StartTime

[JsonProperty("start_time")]
public string StartTime { get; set; }

Property Value

string

Temporary

public bool Temporary { get; set; }

Property Value

bool

  • Properties
    • CustomerId
    • ExpirationTime
    • Features
    • Flags
    • InstallationId
    • IssueTime
    • LicenseId
    • Product
    • StartTime
    • Temporary