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.
1186 1187 1188 |
# File 'lib/v20201201/models.rb', line 1186 def initialize(livechannelid=nil) @LiveChannelId = livechannelid end |
Instance Attribute Details
#LiveChannelId ⇒ Object
1184 1185 1186 |
# File 'lib/v20201201/models.rb', line 1184 def LiveChannelId @LiveChannelId end |
Instance Method Details
#deserialize(params) ⇒ Object
1190 1191 1192 |
# File 'lib/v20201201/models.rb', line 1190 def deserialize(params) @LiveChannelId = params['LiveChannelId'] end |