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
-
#PlanId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
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.
761 762 763 764 |
# File 'lib/v20201201/models.rb', line 761 def initialize(planid=nil, requestid=nil) @PlanId = planid @RequestId = requestid end |
Instance Attribute Details
#PlanId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
759 760 761 |
# File 'lib/v20201201/models.rb', line 759 def PlanId @PlanId end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
759 760 761 |
# File 'lib/v20201201/models.rb', line 759 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
766 767 768 769 |
# File 'lib/v20201201/models.rb', line 766 def deserialize(params) @PlanId = params['PlanId'] @RequestId = params['RequestId'] end |