change updateTime to updated_at

This commit is contained in:
Asim Aslam
2021-10-26 17:31:34 +01:00
parent 40112efb61
commit 2d80920c1e
4 changed files with 35 additions and 35 deletions

View File

@@ -118,7 +118,7 @@ message DescribeResponse {
// The function requested
Func function = 1;
// The time at which the function was updated
string updateTime = 2;
string updated_at = 2;
// The last known status of the function
string status = 3;
// The timeout for requests to the function