Class: TencentCloud::Iotvideoindustry::V20201201::LiveRecordPlanItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::LiveRecordPlanItem
- Defined in:
- lib/v20201201/models.rb
Overview
直播录制计划详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, planname = nil) ⇒ LiveRecordPlanItem
constructor
A new instance of LiveRecordPlanItem.
Constructor Details
#initialize(planid = nil, planname = nil) ⇒ LiveRecordPlanItem
Returns a new instance of LiveRecordPlanItem.
4935 4936 4937 4938 |
# File 'lib/v20201201/models.rb', line 4935 def initialize(planid=nil, planname=nil) @PlanId = planid @PlanName = planname end |
Instance Attribute Details
#PlanId ⇒ Object
4933 4934 4935 |
# File 'lib/v20201201/models.rb', line 4933 def PlanId @PlanId end |
#PlanName ⇒ Object
4933 4934 4935 |
# File 'lib/v20201201/models.rb', line 4933 def PlanName @PlanName end |
Instance Method Details
#deserialize(params) ⇒ Object
4940 4941 4942 4943 |
# File 'lib/v20201201/models.rb', line 4940 def deserialize(params) @PlanId = params['PlanId'] @PlanName = params['PlanName'] end |