| 47 | explicit FilterOptions(NullSelectionBehavior null_selection = DROP); |
| 48 | static constexpr const char kTypeName[] = "FilterOptions"; |
| 49 | static FilterOptions Defaults() { return FilterOptions(); } |
| 50 | |
| 51 | NullSelectionBehavior null_selection_behavior = DROP; |
| 52 | }; |
no test coverage detected