Interface RequestOptions

interface RequestOptions {
    alias?: string;
    apdex_t?: number;
    api-key?: string;
    custom_headers?: CustomHeaders;
    disabled_locations?: string[];
    enabled?: boolean;
    from?: string;
    group?: MetricsGroup;
    metrics?: boolean;
    mute_until?: string;
    page?: number;
    period?: number;
    published?: boolean;
    string_match?: string;
    to?: string;
    url?: string;
}

Properties

alias?: string
apdex_t?: number
api-key?: string
custom_headers?: CustomHeaders
disabled_locations?: string[]
enabled?: boolean
from?: string
group?: MetricsGroup
metrics?: boolean
mute_until?: string
page?: number
period?: number
published?: boolean
string_match?: string
to?: string
url?: string

Generated using TypeDoc