diff --git a/Net.Pokeshot.JiveSdk/Models/Place.cs b/Net.Pokeshot.JiveSdk/Models/Place.cs index 67f4d33..653150b 100644 --- a/Net.Pokeshot.JiveSdk/Models/Place.cs +++ b/Net.Pokeshot.JiveSdk/Models/Place.cs @@ -35,11 +35,11 @@ public abstract class Place public class PlaceTopic { - public int creationDate { get; set; } + public Int64 creationDate { get; set; } public string displayNameLocalized { get; set; } public bool hidden { get; set; } public string id { get; set; } - public int modificationDate { get; set; } + public Int64 modificationDate { get; set; } public string name { get; set; } } } \ No newline at end of file