MsgRequestEventSupplementPayload¶
-
class
mss_dataserver.core.validation.
MsgRequestEventSupplementPayload
(*, public_id: mss_dataserver.core.validation.ConstrainedStrValue, selection: List[Dict[str, str]])[source]¶ Bases:
pydantic.main.BaseModel
The request:event_supplement message payload model.
Properties¶
fields
Methods¶
|
Create a new model by parsing and validating input data from keyword arguments. |
|
Check if the dictionary contains valid category and name entries. |
|
Creates a new model setting __dict__ and __fields_set__ from trusted or pre-validated data. |
|
Duplicate a model, optionally choose which fields to include, exclude and change. |
|
Generate a dictionary representation of the model, optionally specifying which fields to include or exclude. |
|
|
|
Generate a JSON representation of the model, include and exclude arguments as per dict(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
Try to update ForwardRefs on fields based on this Model, globalns and localns. |
|