We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1f63 commit a4321f4Copy full SHA for a4321f4
Src/Notion.Client/Models/Page/Page.cs
@@ -44,7 +44,7 @@ public class Page : IObject, IObjectModificationData
44
/// Property values of this page.
45
/// </summary>
46
[JsonProperty("properties")]
47
- public IDictionary<string, PagePropertyOnId> Properties { get; set; }
+ public IDictionary<string, PropertyValue> Properties { get; set; }
48
49
/// <summary>
50
/// The URL of the Notion page.
0 commit comments