Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.16 KB

File metadata and controls

29 lines (20 loc) · 1.16 KB

EventsRevenuePostbackGet400Response

Properties

Name Type Description Notes
error str [optional]

Example

from sendx_python_sdk.models.events_revenue_postback_get400_response import EventsRevenuePostbackGet400Response

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

# convert the object into a dict
events_revenue_postback_get400_response_dict = events_revenue_postback_get400_response_instance.to_dict()
# create an instance of EventsRevenuePostbackGet400Response from a dict
events_revenue_postback_get400_response_from_dict = EventsRevenuePostbackGet400Response.from_dict(events_revenue_postback_get400_response_dict)

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