Interface IApplicationInstanceLogRequestParams
interface IApplicationInstanceLogRequestParams { dateFrom?: string; dateTo?: string; limit?: number; [
key:
string]
: any; } Properties
Optional
dateFrom
dateFrom?: string
Optional
dateTo
dateTo?: string
Optional
limit
limit?: number
Limits the maximum number of lines to be returned by the backend.