Skip to content

Commit 49672ce

Browse files
add object property to PaginatedList ➕
1 parent 1c22966 commit 49672ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/Notion.Client/Models/PaginatedList.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ namespace Notion.Client
55
{
66
public class PaginatedList<T>
77
{
8+
public const string Object = "List";
9+
810
public List<T> Results { get; set; }
911

1012
[JsonProperty("has_more")]

0 commit comments

Comments
 (0)