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 273e11cCopy full SHA for 273e11c
Src/Notion.Client/Models/PropertyItems/RichTextPropertyItem.cs
@@ -1,9 +1,12 @@
1
-namespace Notion.Client
+using Newtonsoft.Json;
2
+
3
+namespace Notion.Client
4
{
5
public class RichTextPropertyItem : SimplePropertyItem
6
7
public override string Type => "rich_text";
8
9
+ [JsonProperty("rich_text")]
10
public RichTextBase RichText { get; set; }
11
}
12
0 commit comments