Class: TencentCloud::Iotvideoindustry::V20201201::ModifyLiveChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ModifyLiveChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
ModifyLiveChannel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(livechannelid = nil, livechannelname = nil) ⇒ ModifyLiveChannelRequest
constructor
A new instance of ModifyLiveChannelRequest.
Constructor Details
#initialize(livechannelid = nil, livechannelname = nil) ⇒ ModifyLiveChannelRequest
Returns a new instance of ModifyLiveChannelRequest.
5232 5233 5234 5235 |
# File 'lib/v20201201/models.rb', line 5232 def initialize(livechannelid=nil, livechannelname=nil) @LiveChannelId = livechannelid @LiveChannelName = livechannelname end |
Instance Attribute Details
#LiveChannelId ⇒ Object
5230 5231 5232 |
# File 'lib/v20201201/models.rb', line 5230 def LiveChannelId @LiveChannelId end |
#LiveChannelName ⇒ Object
5230 5231 5232 |
# File 'lib/v20201201/models.rb', line 5230 def LiveChannelName @LiveChannelName end |
Instance Method Details
#deserialize(params) ⇒ Object
5237 5238 5239 5240 |
# File 'lib/v20201201/models.rb', line 5237 def deserialize(params) @LiveChannelId = params['LiveChannelId'] @LiveChannelName = params['LiveChannelName'] end |