QueryParams Clase
Diccionario con tipo devuelto por QueryBuilder.build().
Proporciona autocompletar del IDE al pasar los resultados de compilación a client.records.list() manualmente.
Constructor
QueryParams()
Atributos
count
count: bool
expand
expand: List[str]
filter
filter: str
include_annotations
include_annotations: str
orderby
orderby: List[str]
page_size
page_size: int
select
select: List[str]
table
table: str
top
top: int