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

EventsRevenuePostbackGet500Response

Properties

Name Type Description Notes
error str [optional]

Example

from sendx_python_sdk.models.events_revenue_postback_get500_response import EventsRevenuePostbackGet500Response

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

# convert the object into a dict
events_revenue_postback_get500_response_dict = events_revenue_postback_get500_response_instance.to_dict()
# create an instance of EventsRevenuePostbackGet500Response from a dict
events_revenue_postback_get500_response_from_dict = EventsRevenuePostbackGet500Response.from_dict(events_revenue_postback_get500_response_dict)

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