QVeris
运行任务
文档目录

响应模型

class qveris.CompactBillingStatement(*, price: BillingPrice | None = None, quantity: float | None = None, charge_lines: List[BillingChargeLine] | None = None, minimum_charge_credits: float | None = None, list_amount_credits: float | None = None, requested_amount_credits: float | None = None, summary: str | None = None, **extra_data: Any)

model_post_init(context: Any, /) → None

This function is meant to behave like a BaseModel method to initialise private attributes.

It takes context as an argument since that's what pydantic-core passes when calling it.

  • 参数:
    • self -- The BaseModel instance.
    • context -- The context.

这个页面对你有帮助吗?