[RICPLT-2584] Add deletionTimeStamp to E2tInstance entity
[ric-plt/nodeb-rnib.git] / entities / e2t_instance.go
index 9ba7bab..ad5723a 100644 (file)
@@ -26,6 +26,7 @@ type E2TInstance struct {
        AssociatedRanList  []string         `json:"associatedRanList"`
        KeepAliveTimestamp int64            `json:"keepAliveTimestamp"`
        State              E2TInstanceState `json:"state"`
+       DeletionTimestamp  int64                        `json:"deletionTimeStamp"`
 }
 
 func NewE2TInstance(address string) *E2TInstance {