Class QueryParamConfig
Namespace: Consul
Assembly: Consul.dll
public class QueryParamConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Exact
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Exact { get; set; }
Property Value
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { 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; }