Request for Websocket GetWebsocketID V1
Name | Type | Description | Notes |
---|---|---|---|
e_websocket_messagetype | str | The Type of message |
from eZmaxApi.models.websocket_request_server_get_websocket_idv1 import WebsocketRequestServerGetWebsocketIDV1
# TODO update the JSON string below
json = "{}"
# create an instance of WebsocketRequestServerGetWebsocketIDV1 from a JSON string
websocket_request_server_get_websocket_idv1_instance = WebsocketRequestServerGetWebsocketIDV1.from_json(json)
# print the JSON string representation of the object
print(WebsocketRequestServerGetWebsocketIDV1.to_json())
# convert the object into a dict
websocket_request_server_get_websocket_idv1_dict = websocket_request_server_get_websocket_idv1_instance.to_dict()
# create an instance of WebsocketRequestServerGetWebsocketIDV1 from a dict
websocket_request_server_get_websocket_idv1_from_dict = WebsocketRequestServerGetWebsocketIDV1.from_dict(websocket_request_server_get_websocket_idv1_dict)