netunicorn.base.types.DeploymentExecutionResultRepresentation¶
- class DeploymentExecutionResultRepresentation[source]¶
Bases:
TypedDict
Deployment execution result JSON representation.
Attributes
Node JSON representation.
Serialized execution_graph.
Result of execution.
Error message.
Methods
fromkeys
Create a new dictionary with keys from iterable and values set to value.
-
node:
NodeRepresentation
[source]¶ Node JSON representation.
-
node: