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
-
#PlanId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PlanName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
5094 5095 5096 5097 |
# File 'lib/v20201201/models.rb', line 5094 def initialize(planid=nil, planname=nil) @PlanId = planid @PlanName = planname end |
Instance Attribute Details
#PlanId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5092 5093 5094 |
# File 'lib/v20201201/models.rb', line 5092 def PlanId @PlanId end |
#PlanName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5092 5093 5094 |
# File 'lib/v20201201/models.rb', line 5092 def PlanName @PlanName end |
Instance Method Details
#deserialize(params) ⇒ Object
5099 5100 5101 5102 |
# File 'lib/v20201201/models.rb', line 5099 def deserialize(params) @PlanId = params['PlanId'] @PlanName = params['PlanName'] end |