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.
2 parents 4a1bcce + a864e0a commit 6fc72b0Copy full SHA for 6fc72b0
Src/Notion.Client/Models/File/FileObject.cs
@@ -12,6 +12,9 @@ public abstract class FileObject : IPageIcon
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; }
20
}
0 commit comments