Files
plexjs/docs/sdk/models/operations/getstatisticsrequest.md
2024-09-08 03:06:14 +00:00

1.6 KiB
Raw Blame History

GetStatisticsRequest

Example Usage

import { GetStatisticsRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetStatisticsRequest = {
    timespan: 4,
};

Fields

Field Type Required Description Example
timespan number The timespan to retrieve statistics for
the exact meaning of this parameter is not known
4