netunicorn.base.types.DeploymentExecutionResultRepresentation

class DeploymentExecutionResultRepresentation[source]

Bases: TypedDict

Deployment execution result JSON representation.

Attributes

node

Node JSON representation.

execution_graph

Serialized execution_graph.

result

Result of execution.

error

Error message.

Methods

fromkeys

Create a new dictionary with keys from iterable and values set to value.

node: NodeRepresentation[source]

Node JSON representation.

execution_graph: str[source]

Serialized execution_graph.

result: Optional[str][source]

Result of execution.

error: Optional[str][source]

Error message.