Class: TencentCloud::Iotvideoindustry::V20201201::DescribeLiveChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeLiveChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeLiveChannel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(livechannelid = nil) ⇒ DescribeLiveChannelRequest
constructor
A new instance of DescribeLiveChannelRequest.
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
#LiveChannelId ⇒ Object
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 |