Class History
History information See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
History
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 History
Properties
| Improve this Doc View SourceCreatedBy
User who created it
Declaration
[JsonProperty("createdBy", DefaultValueHandling = DefaultValueHandling.Ignore)]
public User CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
User |
CreatedDate
Created data
Declaration
[JsonProperty("createdDate", DefaultValueHandling = DefaultValueHandling.Ignore)]
public DateTimeOffset CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Expandables
The values that are expandable
Declaration
[JsonProperty("_expandable", DefaultValueHandling = DefaultValueHandling.Ignore)]
public IDictionary<string, string> Expandables { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
LastUpdated
Last updated information
Declaration
[JsonProperty("lastUpdated", DefaultValueHandling = DefaultValueHandling.Ignore)]
public LastUpdated LastUpdated { get; set; }
Property Value
Type | Description |
---|---|
LastUpdated |
Latest
Is this history entity the latest entry?
Declaration
[JsonProperty("latest", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool Latest { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Links
Different links for this entity, depending on the entry
Declaration
[JsonProperty("_links", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Links Links { get; set; }
Property Value
Type | Description |
---|---|
Links |