Skip to content

Commit

Permalink
ADCM-2220 Add filters for component (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaTal authored Oct 26, 2021
1 parent 816ed13 commit e847461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adcm_client/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ class Component(_BaseObject):
IDNAME = "component_id"
PATH = ["component"]
SUBPATH = ["component"]
FILTERS = ["service_id"]

id = None
component_id = None
Expand Down

0 comments on commit e847461

Please sign in to comment.