Class Header
Namespace: Consul
Assembly: Consul.dll
public class Header
Inheritance
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
Exact
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Exact { get; set; }
Property Value
Invert
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Invert { get; set; }
Property Value
LegacyCreateTime
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string LegacyCreateTime { get; set; }
Property Value
LegacyID
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string LegacyID { get; set; }
Property Value
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
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
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
Present
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool Present { get; set; }
Property Value
Regex
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Regex { get; set; }
Property Value
Suffix
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Suffix { get; set; }
Property Value
Type
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }