Name | Type | Description | Notes |
---|---|---|---|
report | ImpressionsReportData1 | [optional] |
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)