Class: TencentCloud::Teo::V20220901::IncreasePlanQuotaRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220901/models.rb

Overview

IncreasePlanQuota请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PlanIdObject



14187
14188
14189
# File 'lib/v20220901/models.rb', line 14187

def PlanId
  @PlanId
end

#QuotaNumberObject



14187
14188
14189
# File 'lib/v20220901/models.rb', line 14187

def QuotaNumber
  @QuotaNumber
end

#QuotaTypeObject



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