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
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
#LiveChannelId ⇒ Object
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 |