to_object_async#

async classmethod Tag.to_object_async(response)[source]#

Asynchronously parses the FRED API response and returns a list of Tags objects.

Return type:

List[Tag]

Parameters:

response (Dict)