Class: TencentCloud::Iotvideoindustry::V20201201::ModifyLiveChannelRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

ModifyLiveChannel请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LiveChannelIdObject

Parameters:

  • LiveChannelId:

    直播频道ID

  • LiveChannelName:

    直播频道名



5401
5402
5403
# File 'lib/v20201201/models.rb', line 5401

def LiveChannelId
  @LiveChannelId
end

#LiveChannelNameObject

Parameters:

  • LiveChannelId:

    直播频道ID

  • LiveChannelName:

    直播频道名



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