Notion.NumberFilter (notion_ex v0.1.0)
NumberFilter
Link to this section Summary
Link to this section Types
Specs
t() :: %Notion.NumberFilter{
does_not_equal: integer() | float(),
equals: integer() | float(),
greater_than: integer() | float(),
greater_than_or_equal_to: integer() | float(),
is_empty: integer() | float(),
is_not_empty: integer() | float(),
less_than: integer() | float(),
less_than_or_equal_to: integer() | float()
}