Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

ListF24ResponseAggregation.md

File metadata and controls

29 lines (20 loc) · 1.11 KB

ListF24ResponseAggregation

Properties

Name Type Description Notes
aggregated_data ListF24ResponseAggregatedData [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]