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 cff7585 commit f41327eCopy full SHA for f41327e
Src/Notion.Client/Models/PropertyValue/RollupPropertyValue.cs
@@ -35,7 +35,7 @@ public class RollupValue
35
/// Date rollup property values contain a date property value.
36
/// </summary>
37
[JsonProperty("date")]
38
- public DatePropertyValue Date { get; set; }
+ public Date Date { get; set; }
39
40
/// <summary>
41
/// Array rollup property values contain an array of element objects.
0 commit comments