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 42bfa08 commit d98efefCopy full SHA for d98efef
Src/Notion.Client/Models/IObject.cs
@@ -12,7 +12,7 @@ namespace Notion.Client
12
public interface IObject
13
{
14
string Id { get; set; }
15
-
+
16
[JsonConverter(typeof(StringEnumConverter))]
17
ObjectType Object { get; }
18
}
0 commit comments