Optional parameters.

interface GetNamesStatsOptionalParams {
    direction?: string;
    intervalBy?: string;
    limit?: number;
    maxStartDate?: string;
    minStartDate?: string;
}

Hierarchy

  • OperationOptions
    • GetNamesStatsOptionalParams

Properties

direction?: string

Sorts results in forwards or backwards direction

intervalBy?: string

The interval in which to return the stats.

limit?: number

Limit paginated resources (max 100)

maxStartDate?: string

The maximum start date in YYYY-MM-DD format.

minStartDate?: string

The minimum start date in YYYY-MM-DD format.