Skip to content

Commit

Permalink
Added Title and Version properties to Content
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Mar 11, 2016
1 parent 25d4208 commit 818de5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dapplo.Confluence.Shared/Entities/Content.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,15 @@ public class Content
[DataMember(Name = "type")]
public string Type { get; set; }

[DataMember(Name = "title")]
public string Title { get; set; }

[DataMember(Name = "space")]
public Space Space { get; set; }

[DataMember(Name = "version")]
public Version Version { get; set; }

[DataMember(Name = "_expandable")]
public IDictionary<string, string> Expandables { get; set; }

Expand Down

0 comments on commit 818de5d

Please sign in to comment.