Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.26 KB

WebsocketRequestServerGetWebsocketIDV1.md

File metadata and controls

30 lines (21 loc) · 1.26 KB

WebsocketRequestServerGetWebsocketIDV1

Request for Websocket GetWebsocketID V1

Properties

Name Type Description Notes
e_websocket_messagetype str The Type of message

Example

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)

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