Skip to main content

Class Header

Namespace: Consul
Assembly: Consul.dll

public class Header

Inheritance

objectHeader

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

Description

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }

Property Value

string

Exact

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Exact { get; set; }

Property Value

string

Invert

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Invert { get; set; }

Property Value

bool

LegacyCreateTime

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string LegacyCreateTime { get; set; }

Property Value

string

LegacyID

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string LegacyID { get; set; }

Property Value

string

LegacyMeta

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public Dictionary<string, string> LegacyMeta { get; set; }

Property Value

Dictionary <string , string >

LegacyUpdateTime

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string LegacyUpdateTime { get; set; }

Property Value

string

Name

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string

Precedence

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? Precedence { get; set; }

Property Value

int ?

Prefix

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Prefix { get; set; }

Property Value

string

Present

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Present { get; set; }

Property Value

bool

Regex

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Regex { get; set; }

Property Value

string

Suffix

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Suffix { get; set; }

Property Value

string

Type

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }

Property Value

string

  • Properties
    • Description
    • Exact
    • Invert
    • LegacyCreateTime
    • LegacyID
    • LegacyMeta
    • LegacyUpdateTime
    • Name
    • Precedence
    • Prefix
    • Present
    • Regex
    • Suffix
    • Type