8000 add a [JsonProperty("name")] attribute here for consistency with the … · notion-dotnet/notion-sdk-net@dd4e517 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd4e517

Browse files
add a [JsonProperty("name")] attribute here for consistency with the JSON contract
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 93ad965 commit dd4e517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Notion.Client/Models/File/FIleInput/ExternalFileInput.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public class ExternalFileInput : IFileObjectInput
88
[JsonProperty("external")]
99
public Data External { get; set; }
1010

11+
[JsonProperty("name")]
1112
public string Name { get; set; }
1213

1314
public IEnumerable<RichTextBaseInput> Caption { get; set; }

0 commit comments

Comments
 (0)
0