Class Plain
Plain information, used in the description. TODO: Find a better name See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Plain
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 Plain
Properties
| Improve this Doc View SourceRepresentation
Type of representation
Declaration
[JsonProperty("representation", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Representation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value of the plain description
Declaration
[JsonProperty("value", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |