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 609e04d + 6fc72b0 commit f0f595bCopy full SHA for f0f595b
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
}
Src/Notion.Client/NotionAPIErrorCode.cs
@@ -49,6 +49,6 @@ public enum NotionAPIErrorCode
49
DatabaseConnectionUnavailable,
50
51
[EnumMember(Value = "gateway_timeout")]
52
- GetewayTimeout
+ GatewayTimeout
53
54
0 commit comments