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 fd8cd08 commit 678a6c9Copy full SHA for 678a6c9
Src/Notion.Client/Models/PropertyValue/FormulaPropertyValue.cs
@@ -12,7 +12,7 @@ public class FormulaValue
12
public string Type { get; set; }
13
public string String { get; set; }
14
public double? Number { get; set; }
15
- public bool Boolean { get; set; }
+ public bool? Boolean { get; set; }
16
public DatePropertyValue Date { get; set; }
17
}
18
0 commit comments