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.
2 parents 79c1f63 + a4321f4 commit b40a401Copy full SHA for b40a401
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