Skip to content

Commit

Permalink
resources/arista/event.v1: Better delete_time comment
Browse files Browse the repository at this point in the history
Comment delete_time as an end of the event to better
 reflect the meaning of this field

[GENERATED_COMMIT]

Change-Id: Ia749294a472d5f0e0a6ce693e5eb605a2fa32625
  • Loading branch information
Arista-Jenkins authored and Jakub Konieczny committed Oct 4, 2024
1 parent 8776ef9 commit f2e72f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arista/event/v1/event_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,9 @@ class Event(google.protobuf.message.Message):
pass
@property
def delete_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
"""delete_time is the time of the event deletion"""
"""delete_time is the time when the event ended.
It is nil if event is still ongoing
"""
pass
def __init__(self,
*,
Expand Down

0 comments on commit f2e72f8

Please sign in to comment.