Skip to main content

Class Namespace

Namespace: Consul
Assembly: Consul.dll

public class Namespace

Inheritance

objectNamespace

Derived

NamespaceResponse

Inherited Members

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

Properties

ACLs

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public NamespaceACLConfig ACLs { get; set; }

Property Value

NamespaceACLConfig

Description

public string Description { get; set; }

Property Value

string

Meta

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

Property Value

Dictionary <string , string >

Name

public string Name { get; set; }

Property Value

string