Class LastUpdated
LastUpdated information See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
LastUpdated
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 LastUpdated
Properties
| Improve this Doc View SourceBy
User who updated
Declaration
[JsonProperty("by", DefaultValueHandling = DefaultValueHandling.Ignore)]
public User By { get; set; }
Property Value
Type | Description |
---|---|
User |
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> |
FriendlyWhen
Friendly representation for When
Declaration
[JsonProperty("friendlyWhen", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string FriendlyWhen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
When
When the last update was
Declaration
[JsonProperty("when", DefaultValueHandling = DefaultValueHandling.Ignore)]
public DateTimeOffset When { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |