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 d4a34bc commit f95db70Copy full SHA for f95db70
Src/Notion.Client/Models/Database/Properties/RollupProperty.cs
@@ -26,6 +26,7 @@ public class Rollup
26
[JsonProperty("rollup_property_id")]
27
public string RollupPropertyId { get; set; }
28
29
+ [JsonProperty("function")]
30
[JsonConverter(typeof(StringEnumConverter))]
31
public Function Function { get; set; }
32
}
0 commit comments