Class: TencentCloud::Teo::V20220901::CreatePlanResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::CreatePlanResponse
- Defined in:
- lib/v20220901/models.rb
Overview
CreatePlan返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, dealname = nil, requestid = nil) ⇒ CreatePlanResponse
constructor
A new instance of CreatePlanResponse.
Constructor Details
#initialize(planid = nil, dealname = nil, requestid = nil) ⇒ CreatePlanResponse
Returns a new instance of CreatePlanResponse.
4903 4904 4905 4906 4907 |
# File 'lib/v20220901/models.rb', line 4903 def initialize(planid=nil, dealname=nil, requestid=nil) @PlanId = planid @DealName = dealname @RequestId = requestid end |
Instance Attribute Details
#DealName ⇒ Object
4901 4902 4903 |
# File 'lib/v20220901/models.rb', line 4901 def DealName @DealName end |
#PlanId ⇒ Object
4901 4902 4903 |
# File 'lib/v20220901/models.rb', line 4901 def PlanId @PlanId end |
#RequestId ⇒ Object
4901 4902 4903 |
# File 'lib/v20220901/models.rb', line 4901 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4909 4910 4911 4912 4913 |
# File 'lib/v20220901/models.rb', line 4909 def deserialize(params) @PlanId = params['PlanId'] @DealName = params['DealName'] @RequestId = params['RequestId'] end |