X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=o2ims%2Fdomain%2Fevents.py;h=7ab04a01cb548f852c19cef76304dc665217b4c4;hb=44f01a560347914798d8f913696d0e495ee076f8;hp=c97c6880593e3709f8473f8fadc8b5a3f72e5350;hpb=84867b76a65efc4e9add52c86eae7e451c4a038d;p=pti%2Fo2.git diff --git a/o2ims/domain/events.py b/o2ims/domain/events.py index c97c688..7ab04a0 100644 --- a/o2ims/domain/events.py +++ b/o2ims/domain/events.py @@ -20,3 +20,8 @@ from o2common.domain.events import Event @dataclass class OcloudUpdated(Event): oCloudId: str + + +@dataclass +class ResourceTypeUpdated(Event): + oCloudId: str