Class: TencentCloud::Iotvideoindustry::V20201201::ModifyBindPlanLiveChannelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ModifyBindPlanLiveChannelRequest
- Defined in:
- lib/v20201201/models.rb
Overview
ModifyBindPlanLiveChannel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, type = nil, livechannelids = nil) ⇒ ModifyBindPlanLiveChannelRequest
constructor
A new instance of ModifyBindPlanLiveChannelRequest.
Constructor Details
#initialize(planid = nil, type = nil, livechannelids = nil) ⇒ ModifyBindPlanLiveChannelRequest
Returns a new instance of ModifyBindPlanLiveChannelRequest.
5013 5014 5015 5016 5017 |
# File 'lib/v20201201/models.rb', line 5013 def initialize(planid=nil, type=nil, livechannelids=nil) @PlanId = planid @Type = type @LiveChannelIds = livechannelids end |
Instance Attribute Details
#LiveChannelIds ⇒ Object
5011 5012 5013 |
# File 'lib/v20201201/models.rb', line 5011 def LiveChannelIds @LiveChannelIds end |
#PlanId ⇒ Object
5011 5012 5013 |
# File 'lib/v20201201/models.rb', line 5011 def PlanId @PlanId end |
#Type ⇒ Object
5011 5012 5013 |
# File 'lib/v20201201/models.rb', line 5011 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
5019 5020 5021 5022 5023 |
# File 'lib/v20201201/models.rb', line 5019 def deserialize(params) @PlanId = params['PlanId'] @Type = params['Type'] @LiveChannelIds = params['LiveChannelIds'] end |