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.
5441 5442 5443 5444 5445 |
# File 'lib/v20201201/models.rb', line 5441 def initialize(planid=nil, planname=nil, templateid=nil) @PlanId = planid @PlanName = planname @TemplateId = templateid end |
Instance Attribute Details
#PlanId ⇒ Object
5439 5440 5441 |
# File 'lib/v20201201/models.rb', line 5439 def PlanId @PlanId end |
#PlanName ⇒ Object
5439 5440 5441 |
# File 'lib/v20201201/models.rb', line 5439 def PlanName @PlanName end |
#TemplateId ⇒ Object
5439 5440 5441 |
# File 'lib/v20201201/models.rb', line 5439 def TemplateId @TemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
5447 5448 5449 5450 5451 |
# File 'lib/v20201201/models.rb', line 5447 def deserialize(params) @PlanId = params['PlanId'] @PlanName = params['PlanName'] @TemplateId = params['TemplateId'] end |