load_data_filter_options property

load_data_filter_options property

The filter options to denote what data should be loaded.

Definition:

@property
def load_data_filter_options(self):
    ...
@load_data_filter_options.setter
def load_data_filter_options(self, value):
    ...

See Also