pynenc.models.call_dto¶
Module Contents¶
Classes¶
Data transfer object for a task call. |
API¶
- class pynenc.models.call_dto.CallDTO[source]¶
Data transfer object for a task call.
Serialized arguments may contain either inline serialized values or ClientDataStore reference keys (decided by the state backend during
upsert_invocations).- Parameters:
- call_id: pynenc.identifiers.call_id.CallId¶
None