Models the API's response to a
Request (e.g. degree day data
returned in response to a request for that data).
Inheritance Hierarchy Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public abstract class Response
Public MustInherit Class Response
The Response type exposes the following members.
Properties | Name | Description |
---|
| Metadata |
Gets a non-null ResponseMetadata object containing metadata
sent back with the response from the API servers, including details of the
account's current rate limit.
|
TopRemarks This abstract class is not designed to be extended by third-party code, which is why it does not have an accessible constructor.
Thread Safety
All concrete subclasses of this abstract class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also