Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 920 Bytes

AllOfTableFilter.md

File metadata and controls

13 lines (10 loc) · 920 Bytes

IO.Swagger.Model.AllOfTableFilter

Properties

Name Type Description Notes
Valid bool? Returns whether or not the given formula is valid.
IsVolatile bool? Returns whether or not the given formula can return different results in different contexts (for example, for different users). [optional]
HasUserFormula bool? Returns whether or not the given formula has a User() formula within it. [optional]
HasTodayFormula bool? Returns whether or not the given formula has a Today() formula within it. [optional]
HasNowFormula bool? Returns whether or not the given formula has a Now() formula within it. [optional]

[Back to Model list] [Back to API list] [Back to README]