Interface IApplicationInstanceLogRequestParams

interface IApplicationInstanceLogRequestParams {
    dateFrom?: string;
    dateTo?: string;
    limit?: number;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

dateFrom?: string
dateTo?: string
limit?: number

Limits the maximum number of lines to be returned by the backend.