Cryptolens/cryptolens-dotnet

WebApiLog is missing FloatingExpires property

Opened this issue · 0 comments

According to the Web API Log documentation https://app.cryptolens.io/docs/api/v3/model/WebAPILog there should be a FloatingExpires property

public class WebAPILog
{
public long Id { get; set; }
public int ProductId { get; set; }
public string Key { get; set; }
public string IP { get; set; }
public long Time { get; set; }
public short State { get; set; }
public string MachineCode { get; set; }
public string FriendlyName { get; set; }
}