Class: TencentCloud::Iotvideoindustry::V20201201::ModifyRecordingPlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ModifyRecordingPlanRequest
- Defined in:
- lib/v20201201/models.rb
Overview
ModifyRecordingPlan请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, name = nil, timetemplateid = nil) ⇒ ModifyRecordingPlanRequest
constructor
A new instance of ModifyRecordingPlanRequest.
Constructor Details
#initialize(planid = nil, name = nil, timetemplateid = nil) ⇒ ModifyRecordingPlanRequest
Returns a new instance of ModifyRecordingPlanRequest.
5597 5598 5599 5600 5601 |
# File 'lib/v20201201/models.rb', line 5597 def initialize(planid=nil, name=nil, timetemplateid=nil) @PlanId = planid @Name = name @TimeTemplateId = timetemplateid end |
Instance Attribute Details
#Name ⇒ Object
5595 5596 5597 |
# File 'lib/v20201201/models.rb', line 5595 def Name @Name end |
#PlanId ⇒ Object
5595 5596 5597 |
# File 'lib/v20201201/models.rb', line 5595 def PlanId @PlanId end |
#TimeTemplateId ⇒ Object
5595 5596 5597 |
# File 'lib/v20201201/models.rb', line 5595 def TimeTemplateId @TimeTemplateId end |
Instance Method Details
#deserialize(params) ⇒ Object
5603 5604 5605 5606 5607 |
# File 'lib/v20201201/models.rb', line 5603 def deserialize(params) @PlanId = params['PlanId'] @Name = params['Name'] @TimeTemplateId = params['TimeTemplateId'] end |