ProjectVariant
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
allocationMethod
- Type: AllocationType
- Proto-Index: 2
amount
- Type:
double
(external doc) - Proto-Index: 3
description
- Type:
string
(external doc) - Proto-Index: 4
isDisabled
- Type:
boolean
(external doc) - Proto-Index: 5
name
- Type:
string
(external doc) - Proto-Index: 6
parameterRedefs
- Type:
List
of ParameterRedef - Proto-Index: 7
productSystem
- Type: Ref of ProductSystem
- Proto-Index: 8
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