Class: TencentCloud::Iotvideoindustry::V20201201::CreateLiveRecordPlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::CreateLiveRecordPlanResponse
- Defined in:
- lib/v20201201/models.rb
Overview
CreateLiveRecordPlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, requestid = nil) ⇒ CreateLiveRecordPlanResponse
constructor
A new instance of CreateLiveRecordPlanResponse.
Constructor Details
#initialize(planid = nil, requestid = nil) ⇒ CreateLiveRecordPlanResponse
Returns a new instance of CreateLiveRecordPlanResponse.
727 728 729 730 |
# File 'lib/v20201201/models.rb', line 727 def initialize(planid=nil, requestid=nil) @PlanId = planid @RequestId = requestid end |
Instance Attribute Details
#PlanId ⇒ Object
725 726 727 |
# File 'lib/v20201201/models.rb', line 725 def PlanId @PlanId end |
#RequestId ⇒ Object
725 726 727 |
# File 'lib/v20201201/models.rb', line 725 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
732 733 734 735 |
# File 'lib/v20201201/models.rb', line 732 def deserialize(params) @PlanId = params['PlanId'] @RequestId = params['RequestId'] end |