Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
add relation-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Oct 27, 2020
1 parent dddae84 commit a09da7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings-python/gci/componentmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class Resource:
ResourceAccess,
None
]
relation: ResourceRelation = ResourceRelation.LOCAL
labels: typing.List[Label] = dataclasses.field(default_factory=list)


Expand Down

0 comments on commit a09da7c

Please sign in to comment.