Fix typos
Change-Id: I218590473c9fed3903666fb5c294dc8b270a74d9
This commit is contained in:
@@ -251,7 +251,7 @@ class V1Event(object):
|
|||||||
def last_timestamp(self):
|
def last_timestamp(self):
|
||||||
"""
|
"""
|
||||||
Gets the last_timestamp of this V1Event.
|
Gets the last_timestamp of this V1Event.
|
||||||
the time at which the most recent occurance of this event was recorded
|
the time at which the most recent occurrence of this event was recorded
|
||||||
|
|
||||||
:return: The last_timestamp of this V1Event.
|
:return: The last_timestamp of this V1Event.
|
||||||
:rtype: str
|
:rtype: str
|
||||||
@@ -262,7 +262,7 @@ class V1Event(object):
|
|||||||
def last_timestamp(self, last_timestamp):
|
def last_timestamp(self, last_timestamp):
|
||||||
"""
|
"""
|
||||||
Sets the last_timestamp of this V1Event.
|
Sets the last_timestamp of this V1Event.
|
||||||
the time at which the most recent occurance of this event was recorded
|
the time at which the most recent occurrence of this event was recorded
|
||||||
|
|
||||||
:param last_timestamp: The last_timestamp of this V1Event.
|
:param last_timestamp: The last_timestamp of this V1Event.
|
||||||
:type: str
|
:type: str
|
||||||
|
@@ -10629,7 +10629,7 @@
|
|||||||
},
|
},
|
||||||
"lastTimestamp": {
|
"lastTimestamp": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "the time at which the most recent occurance of this event was recorded"
|
"description": "the time at which the most recent occurrence of this event was recorded"
|
||||||
},
|
},
|
||||||
"count": {
|
"count": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
|
Reference in New Issue
Block a user