Name | Type | Description | Notes |
---|---|---|---|
aggregated_data | ListF24ResponseAggregatedData | [optional] |
from fattureincloud_python_sdk.models.list_f24_response_aggregation import ListF24ResponseAggregation
# TODO update the JSON string below
json = "{}"
# create an instance of ListF24ResponseAggregation from a JSON string
list_f24_response_aggregation_instance = ListF24ResponseAggregation.from_json(json)
# print the JSON string representation of the object
print(ListF24ResponseAggregation.to_json())
# convert the object into a dict
list_f24_response_aggregation_dict = list_f24_response_aggregation_instance.to_dict()
# create an instance of ListF24ResponseAggregation from a dict
list_f24_response_aggregation_from_dict = ListF24ResponseAggregation.from_dict(list_f24_response_aggregation_dict)