splatnet3_scraper.query.QueryResponse.__repr__()

Returns a string representation of the QueryResponse.

Representation includes the metadata, if it exists. If the metadata exists, the representation will include the query and the timestamp. This method also iterates over the MetaData dictionary and adds it to the representation. This method should not need updating if new metadata fields are added.

Returns:

str – The string representation of the QueryResponse.