Class: TencentCloud::Iotvideoindustry::V20201201::DescribeLiveChannelRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

DescribeLiveChannel请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(livechannelid = nil) ⇒ DescribeLiveChannelRequest



2715
2716
2717
# File 'lib/v20201201/models.rb', line 2715

def initialize(livechannelid=nil)
  @LiveChannelId = livechannelid
end

Instance Attribute Details

#LiveChannelIdObject



2713
2714
2715
# File 'lib/v20201201/models.rb', line 2713

def LiveChannelId
  @LiveChannelId
end

Instance Method Details

#deserialize(params) ⇒ Object



2719
2720
2721
# File 'lib/v20201201/models.rb', line 2719

def deserialize(params)
  @LiveChannelId = params['LiveChannelId']
end