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 5e0882b commit b85a175Copy full SHA for b85a175
Src/Notion.Client/Models/File/FileObject.cs
@@ -11,6 +11,9 @@ 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
18
[JsonProperty("type")]
19
public virtual string Type { get; set; }
0 commit comments