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