QueryParams 类
由 QueryBuilder.build(). 返回的类型化字典。
将生成结果传递给 client.records.list() 手动时,提供 IDE 自动完成。
构造函数
QueryParams()
属性
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