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.
1218 1219 1220 |
# File 'lib/v20201201/models.rb', line 1218 def initialize(planid=nil) @PlanId = planid end |
Instance Attribute Details
#PlanId ⇒ Object
1216 1217 1218 |
# File 'lib/v20201201/models.rb', line 1216 def PlanId @PlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
1222 1223 1224 |
# File 'lib/v20201201/models.rb', line 1222 def deserialize(params) @PlanId = params['PlanId'] end |