zen_dash.support package

Module contents

class zen_dash.support.BaseUpdate[source]

Bases: BaseModel

dict(*, include=None, exclude=None, by_alias: bool = False, skip_defaults: Optional[bool] = None, exclude_unset: bool = False, exclude_defaults: bool = False, exclude_none: bool = True)[source]

Generate a dictionary representation of the model, optionally specifying which fields to include or exclude.