Private constructorThe version of the requested API route
The version of the representation of the data by the wrapper
The account name of the player
The unix timestamp indicating when this request was received
 This is measured using the local clock.
This is measured using the local clock.
 If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
The unix timestamp indicating when this request was sent
 This is measured using the local clock.
This is measured using the local clock.
 If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
The unix timestamp indicating when this request was responded to by the API
 This is measured using the API server's clock.
This is measured using the API server's clock.
 If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
If the response was returned from cache, then requestedAt, respondedAt and receivedAt may be in the past.
The route used to request the data for this object
 This is the value used to identify cache entries. API results with the same source can use the cache.
This is the value used to identify cache entries. API results with the same source can use the cache.
The unix timestamp indicating when the data of this request was created
 You can use this timestamp to determine how old a piece of data is.
You can use this timestamp to determine how old a piece of data is.
The UUID of the player
Fetches the player stats of the guild member
 This method causes API requests.
This method causes API requests.
Optional options: PlayerRequestOptionsThe options for the request; the player field has no effect
Generated using TypeDoc
Represents a player UUID from the API