/** *
The response from a GetSampledRequests request includes an HTTPHeader complex type that appears as Headers in the response syntax. HTTPHeader contains the names and values of all of the headers that appear in one of the web requests that were returned by GetSampledRequests.
The name of one of the headers in the sampled web request.
*/ Name?: string; /** *The value of one of the headers in the sampled web request.
*/ Value?: string; } export declare type _UnmarshalledHTTPHeader = _HTTPHeader;