Skip to content

Commit a4321f4

Browse files
Restored PropertyValue's in Page model
- Note: NotionAPI rolled-back this active active on 2022-08-31
1 parent 79c1f63 commit a4321f4

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)