Class GetWebAPILogModel
Inheritance
GetWebAPILogModel
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetWebAPILogModel : RequestModel
Properties
|
Improve this Doc
View Source
EndingBefore
Declaration
public long EndingBefore { get; set; }
Property Value
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
|
Improve this Doc
View Source
Key
Declaration
public string Key { get; set; }
Property Value
|
Improve this Doc
View Source
Limit
Declaration
public int Limit { get; set; }
Property Value
|
Improve this Doc
View Source
OrderBy
Declaration
public string OrderBy { get; set; }
Property Value
|
Improve this Doc
View Source
ProductId
Declaration
public int ProductId { get; set; }
Property Value
|
Improve this Doc
View Source
StartingAfter
Declaration
public int StartingAfter { get; set; }
Property Value
|
Improve this Doc
View Source
States
Declaration
public List<short> States { get; set; }
Property Value