Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 978 Bytes

ImpressionsReport.md

File metadata and controls

28 lines (20 loc) · 978 Bytes

ImpressionsReport

Properties

Name Type Description Notes
report ImpressionsReportData1 [optional]

Example

from sparkfly_client.models.impressions_report import ImpressionsReport

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

# convert the object into a dict
impressions_report_dict = impressions_report_instance.to_dict()
# create an instance of ImpressionsReport from a dict
impressions_report_form_dict = impressions_report.from_dict(impressions_report_dict)

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