Class: TencentCloud::Iotvideoindustry::V20201201::DeleteLiveRecordPlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DeleteLiveRecordPlanRequest
- Defined in:
- lib/v20201201/models.rb
Overview
DeleteLiveRecordPlan请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil) ⇒ DeleteLiveRecordPlanRequest
constructor
A new instance of DeleteLiveRecordPlanRequest.
Constructor Details
#initialize(planid = nil) ⇒ DeleteLiveRecordPlanRequest
Returns a new instance of DeleteLiveRecordPlanRequest.
1180 1181 1182 |
# File 'lib/v20201201/models.rb', line 1180 def initialize(planid=nil) @PlanId = planid end |
Instance Attribute Details
#PlanId ⇒ Object
1178 1179 1180 |
# File 'lib/v20201201/models.rb', line 1178 def PlanId @PlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
1184 1185 1186 |
# File 'lib/v20201201/models.rb', line 1184 def deserialize(params) @PlanId = params['PlanId'] end |