mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
change updateTime to updated_at
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user