Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 606 Bytes

File metadata and controls

22 lines (16 loc) · 606 Bytes

EzmaxApi::WebsocketResponseErrorV1

Properties

Name Type Description Notes
e_websocket_messagetype String The Type of message
s_websocket_channel String The Channel on which to route the websocket message
m_payload WebsocketResponseErrorV1MPayload

Example

require 'Ezmaxapi'

instance = EzmaxApi::WebsocketResponseErrorV1.new(
  e_websocket_messagetype: null,
  s_websocket_channel: Ch@nnel_1.0_124547_3453_4563_567,
  m_payload: null
)