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 b40a401 + 273e11c commit 22a79cfCopy full SHA for 22a79cf
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