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 b545bd8 commit 40a7510Copy full SHA for 40a7510
Src/Notion.Client/Models/Block.cs
@@ -28,11 +28,9 @@ public class BlockBase
28
[JsonProperty("created_time")]
29
public string CreatedTime { get; set; }
30
31
-
32
[JsonProperty("last_edited_time")]
33
public string LastEditedTime { get; set; }
34
35
36
[JsonProperty("has_children")]
37
public virtual bool HasChildren { get; set; }
38
}
@@ -111,7 +109,6 @@ public class BulletedListItemClass
111
109
112
110
public class NumberedListItemBlock : BlockBase
113
{
114
115
public override BlockType Type => BlockType.NumberedListItem;
116
117
[JsonProperty("numbered_list_item")]
0 commit comments