Share via


Params Class

Type variable for function parameter schemas.

Must be bound to BaseModel to ensure proper validation and serialization. Contravariant to allow handlers to accept more general parameter types.

alias of TypeVar('Params', bound=<xref:pydantic.main.BaseModel>, contravariant=True)

Constructor

Params()