Skip to content

Commit b85a175

Browse files
author
boris.kuzmanov
committed
Add name property to FileObject
1 parent 5e0882b commit b85a175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/Notion.Client/Models/File/FileObject.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ public abstract class FileObject : IPageIcon
1111
{
1212
[JsonProperty("caption")]
1313
public IEnumerable<RichTextBase> Caption { get; set; }
14+
15+
[JsonProperty("name")]
16+
public string Name { get; set; }
1417

1518
[JsonProperty("type")]
1619
public virtual string Type { get; set; }

0 commit comments

Comments
 (0)