Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 447 Bytes

NetworkConnectionResponse.md

File metadata and controls

22 lines (16 loc) · 447 Bytes

OpenapiClient::NetworkConnectionResponse

Properties

Name Type Description Notes
id String
local_channel Channel
remote_channel Channel

Example

require 'openapi_client'

instance = OpenapiClient::NetworkConnectionResponse.new(
  id: null,
  local_channel: null,
  remote_channel: null
)