diff --git a/bindings-python/gci/componentmodel.py b/bindings-python/gci/componentmodel.py index 338eed74..a0ce63e2 100644 --- a/bindings-python/gci/componentmodel.py +++ b/bindings-python/gci/componentmodel.py @@ -132,6 +132,7 @@ class Resource: ResourceAccess, None ] + relation: ResourceRelation = ResourceRelation.LOCAL labels: typing.List[Label] = dataclasses.field(default_factory=list)