Marks that multiple events where published
Name | Type | Description | Notes |
---|
from waylay.services.data.models.publish_event_response_content_any_of import PublishEventResponseContentAnyOf
# TODO update the JSON string below
json = "{}"
# create an instance of PublishEventResponseContentAnyOf from a JSON string
publish_event_response_content_any_of_instance = PublishEventResponseContentAnyOf.from_json(json)
# print the JSON string representation of the object
print PublishEventResponseContentAnyOf.to_json()
# convert the object into a dict
publish_event_response_content_any_of_dict = publish_event_response_content_any_of_instance.to_dict()
# create an instance of PublishEventResponseContentAnyOf from a dict
publish_event_response_content_any_of_form_dict = publish_event_response_content_any_of.from_dict(publish_event_response_content_any_of_dict)