Latest update may be null.
This commit is contained in:
parent
b3dc929b5e
commit
a5711f7f95
8 changed files with 17 additions and 47 deletions
|
|
@ -27,7 +27,7 @@ namespace Yavsc.Models.Identity
|
|||
string Model { get; set; }
|
||||
string Platform { get; set; }
|
||||
string Version { get; set; }
|
||||
DateTime LatestActivityUpdate { get; set; }
|
||||
DateTime? LatestActivityUpdate { get; set; }
|
||||
}
|
||||
|
||||
public interface IGoogleCloudMobileDeclaration: IGCMDeclaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue