Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.03 KB

ImpressionsReportData1.md

File metadata and controls

28 lines (20 loc) · 1.03 KB

ImpressionsReportData1

Properties

Name Type Description Notes
impressions ImpressionsDataItems [optional]

Example

from sparkfly_client.models.impressions_report_data1 import ImpressionsReportData1

# TODO update the JSON string below
json = "{}"
# create an instance of ImpressionsReportData1 from a JSON string
impressions_report_data1_instance = ImpressionsReportData1.from_json(json)
# print the JSON string representation of the object
print ImpressionsReportData1.to_json()

# convert the object into a dict
impressions_report_data1_dict = impressions_report_data1_instance.to_dict()
# create an instance of ImpressionsReportData1 from a dict
impressions_report_data1_form_dict = impressions_report_data1.from_dict(impressions_report_data1_dict)

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