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.
5403 5404 5405 5406 |
# File 'lib/v20201201/models.rb', line 5403 def initialize(livechannelid=nil, livechannelname=nil) @LiveChannelId = livechannelid @LiveChannelName = livechannelname end |
Instance Attribute Details
#LiveChannelId ⇒ Object
5401 5402 5403 |
# File 'lib/v20201201/models.rb', line 5401 def LiveChannelId @LiveChannelId end |
#LiveChannelName ⇒ Object
5401 5402 5403 |
# File 'lib/v20201201/models.rb', line 5401 def LiveChannelName @LiveChannelName end |
Instance Method Details
#deserialize(params) ⇒ Object
5408 5409 5410 5411 |
# File 'lib/v20201201/models.rb', line 5408 def deserialize(params) @LiveChannelId = params['LiveChannelId'] @LiveChannelName = params['LiveChannelName'] end |