snap_python.schemas.config

class snap_python.schemas.config.ConfigResponse(*, status_code: int, type: Literal['sync', 'async', 'error'], status: str, result: dict)

Bases: BaseResponse

model_config: ClassVar[ConfigDict] = {}

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

result: dict