Use these parameters to paginate through the response.

ListOfferMetricsRequestPagination

interface ListOfferMetricsRequestPagination {
    limit: number;
    offset: number;
}

Properties

Properties

limit: number

The maximum number of results to return in the response.

ListOfferMetricsRequestPagination

offset: number

The offset from which to retrieve the number of results specified by the limit value. The first result is at offset 0.

ListOfferMetricsRequestPagination