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 4d999e6 commit e57a2d7Copy full SHA for e57a2d7
Src/Notion.Client/Models/PropertyValue/DatePropertyValue.cs
@@ -13,7 +13,7 @@ public class DatePropertyValue : PropertyValue
13
/// <summary>
14
/// Date
15
/// </summary>
16
- [JsonProperty("date")]
+ [JsonProperty("date", NullValueHandling = NullValueHandling.Include)]
17
public Date Date { get; set; }
18
}
19
0 commit comments