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 b85a175 commit 09937b6Copy full SHA for 09937b6
Src/Notion.Client/Models/File/FileObject.cs
@@ -11,7 +11,7 @@ public abstract class FileObject : IPageIcon
11
{
12
[JsonProperty("caption")]
13
public IEnumerable<RichTextBase> Caption { get; set; }
14
-
+
15
[JsonProperty("name")]
16
public string Name { get; set; }
17
0 commit comments