Abstract Protected fetchedTrue if the class was fetched
Abstract fetchFetches the data from the API, filling out the current object. This should be an asynchronous function.
This object after fetching
True if this object is fetched
Abstract setSets properties based on the response sent from a request
This object after setting properties
The response data from the API
Generated using TypeDoc
Base class for classes that can asynchronously fetch their data from the API.