Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 333 Bytes

Channel.md

File metadata and controls

20 lines (14 loc) · 333 Bytes

OpenapiClient::Channel

Properties

Name Type Description Notes
network_id String [optional]
name String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::Channel.new(
  network_id: null,
  name: null
)