Skip to content

Commit b40a401

Browse files
Merge pull request #318 from Sphere10/main
Restored PropertyValue's in Page model
2 parents 79c1f63 + a4321f4 commit b40a401

File tree

1 file changed

+1
-1
lines changed
  • Src/Notion.Client/Models/Page

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/Page/Page.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Page : IObject, IObjectModificationData
4444
/// Property values of this page.
4545
/// </summary>
4646
[JsonProperty("properties")]
47-
public IDictionary<string, PagePropertyOnId> Properties { get; set; }
47+
public IDictionary<string, PropertyValue> Properties { get; set; }
4848

4949
/// <summary>
5050
/// The URL of the Notion page.

0 commit comments

Comments
 (0)