Class Label
Info on a label See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Label
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
[JsonObject]
public class Label
Properties
| Improve this Doc View SourceId
Id of the label
Declaration
[JsonProperty("id", DefaultValueHandling = DefaultValueHandling.Ignore)]
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
Name of the label
Declaration
[JsonProperty("name", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Prefix
Prefix of the label
Declaration
[JsonProperty("prefix", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Prefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |