Represents the response from a REST API request.
The type of the data returned in the response.
A function that returns a Promise resolving to the data from the API response.
The headers of the response.
Optional
An optional array of rate limit information for the response.
The HTTP status code of the response.
Represents the response from a REST API request.