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 93ad965 commit dd4e517Copy full SHA for dd4e517
Src/Notion.Client/Models/File/FIleInput/ExternalFileInput.cs
@@ -8,6 +8,7 @@ public class ExternalFileInput : IFileObjectInput
8
[JsonProperty("external")]
9
public Data External { get; set; }
10
11
+ [JsonProperty("name")]
12
public string Name { get; set; }
13
14
public IEnumerable<RichTextBaseInput> Caption { get; set; }
0 commit comments