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

Returns a new instance of DescribeLiveChannelRequest.



2775
2776
2777
# File 'lib/v20201201/models.rb', line 2775

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

Instance Attribute Details

#LiveChannelIdObject

Parameters:

  • LiveChannelId:

    频道ID



2773
2774
2775
# File 'lib/v20201201/models.rb', line 2773

def LiveChannelId
  @LiveChannelId
end

Instance Method Details

#deserialize(params) ⇒ Object



2779
2780
2781
# File 'lib/v20201201/models.rb', line 2779

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