Skip to content

Commit 68ddcd1

Browse files
committed
#390: Add missing property in paginated response
1 parent b422493 commit 68ddcd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/Notion.Client/Models/PaginatedList.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ public class PaginatedList<T>
2525

2626
[JsonProperty("next_cursor")]
2727
public string NextCursor { get; set; }
28+
29+
[JsonProperty("type")]
30+
public string Type { get; set; }
2831
}
2932
}

0 commit comments

Comments
 (0)