Class: TencentCloud::Iotvideoindustry::V20201201::ModifyLiveRecordPlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ModifyLiveRecordPlanRequest
- Defined in:
- lib/v20201201/models.rb
Overview
ModifyLiveRecordPlan请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, planname = nil, templateid = nil) ⇒ ModifyLiveRecordPlanRequest
constructor
A new instance of ModifyLiveRecordPlanRequest.
Constructor Details
#initialize(planid = nil, planname = nil, templateid = nil) ⇒ ModifyLiveRecordPlanRequest
Returns a new instance of ModifyLiveRecordPlanRequest.
5270 5271 5272 5273 5274 |
# File 'lib/v20201201/models.rb', line 5270 def initialize(planid=nil, planname=nil, templateid=nil) @PlanId = planid @PlanName = planname @TemplateId = templateid end |
Instance Attribute Details
#PlanId ⇒ Object
5268 5269 5270 |
# File 'lib/v20201201/models.rb', line 5268 def PlanId @PlanId end |
#PlanName ⇒ Object
5268 5269 5270 |
# File 'lib/v20201201/models.rb', line 5268 def PlanName @PlanName end |
#TemplateId ⇒ Object
5268 5269 5270 |
# File 'lib/v20201201/models.rb', line 5268 def TemplateId @TemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
5276 5277 5278 5279 5280 |
# File 'lib/v20201201/models.rb', line 5276 def deserialize(params) @PlanId = params['PlanId'] @PlanName = params['PlanName'] @TemplateId = params['TemplateId'] end |