ProjectVariant

Properties

@type

Inherited from Entity.@type

allocationMethod

amount

description

isDisabled

name

parameterRedefs

productSystem

unit

Python class stub

The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.


@dataclass
class ProjectVariant:
  allocation_method: AllocationType
  amount: float
  description: str
  is_disabled: bool
  name: str
  parameter_redefs: List[ParameterRedef]
  product_system: Ref
  unit: Ref