Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 609 Bytes

WebsocketResponseInformationV1.md

File metadata and controls

22 lines (16 loc) · 609 Bytes

EzmaxApi::WebsocketResponseInformationV1

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 WebsocketResponseInformationV1MPayload

Example

require 'Ezmaxapi'

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