houndapi.schema.responses package

Submodules

houndapi.schema.responses.subscription module

class houndapi.schema.responses.subscription.SubscriptionResponse(*, ok: bool, message: str | None, result: None | bool | str | List[str])[source]

Bases: BaseModel

message: str | None
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

ok: bool
result: None | bool | str | List[str]

Module contents