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 c40bd3b commit a51c9e9Copy full SHA for a51c9e9
Src/Notion.Client/Models/Database/Database.cs
@@ -6,7 +6,6 @@ namespace Notion.Client
6
{
7
public interface IDatabasesListQueryParmaters : IPaginationParameters
8
9
-
10
}
11
12
public class DatabasesListParameters : IDatabasesListQueryParmaters
@@ -28,6 +27,7 @@ public class DatabasesQueryParameters : IDatabaseQueryBodyParameters
28
27
public string StartCursor { get; set; }
29
public string PageSize { get; set; }
30
+
31
public class Database
32
33
public string Object => "database";
0 commit comments