Update Storage/Storage/Public/LCObject.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
5bde1b1e2f
commit
f7e3f4241b
|
@ -54,7 +54,7 @@ namespace LeanCloud.Storage {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the last time of this object was updated the server.
|
/// Gets the latest update time of this object in the cloud.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime UpdatedAt {
|
public DateTime UpdatedAt {
|
||||||
get {
|
get {
|
||||||
|
|
Loading…
Reference in New Issue