Class: TencentCloud::Teo::V20220901::IncreasePlanQuotaRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::IncreasePlanQuotaRequest
- Defined in:
- lib/v20220901/models.rb
Overview
IncreasePlanQuota请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(planid = nil, quotatype = nil, quotanumber = nil) ⇒ IncreasePlanQuotaRequest
constructor
A new instance of IncreasePlanQuotaRequest.
Constructor Details
#initialize(planid = nil, quotatype = nil, quotanumber = nil) ⇒ IncreasePlanQuotaRequest
14189 14190 14191 14192 14193 |
# File 'lib/v20220901/models.rb', line 14189 def initialize(planid=nil, quotatype=nil, quotanumber=nil) @PlanId = planid @QuotaType = quotatype @QuotaNumber = quotanumber end |
Instance Attribute Details
#PlanId ⇒ Object
14187 14188 14189 |
# File 'lib/v20220901/models.rb', line 14187 def PlanId @PlanId end |
#QuotaNumber ⇒ Object
14187 14188 14189 |
# File 'lib/v20220901/models.rb', line 14187 def QuotaNumber @QuotaNumber end |
#QuotaType ⇒ Object
14187 14188 14189 |
# File 'lib/v20220901/models.rb', line 14187 def QuotaType @QuotaType end |
Instance Method Details
#deserialize(params) ⇒ Object
14195 14196 14197 14198 14199 |
# File 'lib/v20220901/models.rb', line 14195 def deserialize(params) @PlanId = params['PlanId'] @QuotaType = params['QuotaType'] @QuotaNumber = params['QuotaNumber'] end |