netunicorn.base.types.EnvironmentDefinitionRepresentation

class EnvironmentDefinitionRepresentation[source]

Bases: TypedDict

Environment definition JSON representation.

Attributes

commands

Environment definition commands.

runtime_context

Runtime context JSON representation.

Methods

fromkeys

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

commands: List[str][source]

Environment definition commands.

runtime_context: RuntimeContextRepresentation[source]

Runtime context JSON representation.