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