Class: TencentCloud::Iotvideoindustry::V20201201::GetRecordPlanByIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::GetRecordPlanByIdResponse
- Defined in:
- lib/v20201201/models.rb
Overview
GetRecordPlanById返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(plan = nil, requestid = nil) ⇒ GetRecordPlanByIdResponse
constructor
A new instance of GetRecordPlanByIdResponse.
Constructor Details
#initialize(plan = nil, requestid = nil) ⇒ GetRecordPlanByIdResponse
Returns a new instance of GetRecordPlanByIdResponse.
4437 4438 4439 4440 |
# File 'lib/v20201201/models.rb', line 4437 def initialize(plan=nil, requestid=nil) @Plan = plan @RequestId = requestid end |
Instance Attribute Details
#Plan ⇒ Object
4435 4436 4437 |
# File 'lib/v20201201/models.rb', line 4435 def Plan @Plan end |
#RequestId ⇒ Object
4435 4436 4437 |
# File 'lib/v20201201/models.rb', line 4435 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4442 4443 4444 4445 4446 4447 4448 |
# File 'lib/v20201201/models.rb', line 4442 def deserialize(params) unless params['Plan'].nil? @Plan = RecordPlanItem.new @Plan.deserialize(params['Plan']) end @RequestId = params['RequestId'] end |