Skip to content

Commit f95db70

Browse files
Add JsonProperty attribute
1 parent d4a34bc commit f95db70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Notion.Client/Models/Database/Properties/RollupProperty.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public class Rollup
2626
[JsonProperty("rollup_property_id")]
2727
public string RollupPropertyId { get; set; }
2828

29+
[JsonProperty("function")]
2930
[JsonConverter(typeof(StringEnumConverter))]
3031
public Function Function { get; set; }
3132
}

0 commit comments

Comments
 (0)