Class: TencentCloud::Teo::V20220901::DestroyPlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::DestroyPlanResponse
- Defined in:
- lib/v20220901/models.rb
Overview
DestroyPlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DestroyPlanResponse
constructor
A new instance of DestroyPlanResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DestroyPlanResponse
Returns a new instance of DestroyPlanResponse.
11709 11710 11711 |
# File 'lib/v20220901/models.rb', line 11709 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11707 11708 11709 |
# File 'lib/v20220901/models.rb', line 11707 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11713 11714 11715 |
# File 'lib/v20220901/models.rb', line 11713 def deserialize(params) @RequestId = params['RequestId'] end |