Class: TencentCloud::Teo::V20220901::RenewPlanRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::RenewPlanRequest
- Defined in:
- lib/v20220901/models.rb
Overview
RenewPlan请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, period = nil, autousevoucher = nil) ⇒ RenewPlanRequest
constructor
A new instance of RenewPlanRequest.
Constructor Details
#initialize(planid = nil, period = nil, autousevoucher = nil) ⇒ RenewPlanRequest
Returns a new instance of RenewPlanRequest.
19997 19998 19999 20000 20001 |
# File 'lib/v20220901/models.rb', line 19997 def initialize(planid=nil, period=nil, autousevoucher=nil) @PlanId = planid @Period = period @AutoUseVoucher = autousevoucher end |
Instance Attribute Details
#AutoUseVoucher ⇒ Object
19995 19996 19997 |
# File 'lib/v20220901/models.rb', line 19995 def AutoUseVoucher @AutoUseVoucher end |
#Period ⇒ Object
19995 19996 19997 |
# File 'lib/v20220901/models.rb', line 19995 def Period @Period end |
#PlanId ⇒ Object
19995 19996 19997 |
# File 'lib/v20220901/models.rb', line 19995 def PlanId @PlanId end |
Instance Method Details
#deserialize(params) ⇒ Object
20003 20004 20005 20006 20007 |
# File 'lib/v20220901/models.rb', line 20003 def deserialize(params) @PlanId = params['PlanId'] @Period = params['Period'] @AutoUseVoucher = params['AutoUseVoucher'] end |