Class: TencentCloud::Iotvideoindustry::V20201201::DeleteLiveChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DeleteLiveChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DeleteLiveChannel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(livechannelid = nil) ⇒ DeleteLiveChannelRequest
constructor
A new instance of DeleteLiveChannelRequest.
Constructor Details
#initialize(livechannelid = nil) ⇒ DeleteLiveChannelRequest
Returns a new instance of DeleteLiveChannelRequest.
1148 1149 1150 |
# File 'lib/v20201201/models.rb', line 1148 def initialize(livechannelid=nil) @LiveChannelId = livechannelid end |
Instance Attribute Details
#LiveChannelId ⇒ Object
1146 1147 1148 |
# File 'lib/v20201201/models.rb', line 1146 def LiveChannelId @LiveChannelId end |
Instance Method Details
#deserialize(params) ⇒ Object
1152 1153 1154 |
# File 'lib/v20201201/models.rb', line 1152 def deserialize(params) @LiveChannelId = params['LiveChannelId'] end |