Class Version
Version information See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Version
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 Version
Properties
| Improve this Doc View SourceBy
Who made this version
Declaration
[JsonProperty("by", DefaultValueHandling = DefaultValueHandling.Ignore)]
public User By { get; set; }
Property Value
Type | Description |
---|---|
User |
IsMinorEdit
Is it a small version change
Declaration
[JsonProperty("minorEdit", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool IsMinorEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
A message for the version
Declaration
[JsonProperty("message", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Version number
Declaration
[JsonProperty("number", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
When
When was this version
Declaration
[JsonProperty("when", DefaultValueHandling = DefaultValueHandling.Ignore)]
public DateTimeOffset When { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |