interface DeviceUsageQueryParams {
    forWholeAccount: boolean;
    skipCommonProject: boolean;
    skipShared: boolean;
    startTime: number;
    [key: string]: QueryParam | QueryParam[];
    [key: number]: QueryParam | QueryParam[];
}

Hierarchy (View Summary)

Indexable

Properties

forWholeAccount: boolean
skipCommonProject: boolean
skipShared: boolean
startTime: number