AIDataSimpleFilterΒΆ

class inmydata.StructuredData.AIDataSimpleFilter(Field: str, Value)

Bases: object

A class representing a simple filter for querying data in the inmydata platform. This class encapsulates the details of a simple filter, including the field to filter on and the value to filter by.

Field

The field to filter on.

Type:

str

Value

The value to filter by.

__init__(Field: str, Value)
to_dict()