Class: TencentCloud::Intlpartnersmgt::V20220928::QueryVoucherPoolResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::QueryVoucherPoolResponse
- Defined in:
- lib/v20220928/models.rb
Overview
QueryVoucherPool返回参数结构体
Instance Attribute Summary collapse
- #AccountType ⇒ Object
- #AgentName ⇒ Object
- #IssuedNum ⇒ Object
- #RemainingQuota ⇒ Object
- #RequestId ⇒ Object
- #TotalQuota ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agentname = nil, accounttype = nil, totalquota = nil, remainingquota = nil, issuednum = nil, requestid = nil) ⇒ QueryVoucherPoolResponse
constructor
A new instance of QueryVoucherPoolResponse.
Constructor Details
#initialize(agentname = nil, accounttype = nil, totalquota = nil, remainingquota = nil, issuednum = nil, requestid = nil) ⇒ QueryVoucherPoolResponse
Returns a new instance of QueryVoucherPoolResponse.
760 761 762 763 764 765 766 767 |
# File 'lib/v20220928/models.rb', line 760 def initialize(agentname=nil, accounttype=nil, totalquota=nil, remainingquota=nil, issuednum=nil, requestid=nil) @AgentName = agentname @AccountType = accounttype @TotalQuota = totalquota @RemainingQuota = remainingquota @IssuedNum = issuednum @RequestId = requestid end |
Instance Attribute Details
#AccountType ⇒ Object
758 759 760 |
# File 'lib/v20220928/models.rb', line 758 def AccountType @AccountType end |
#AgentName ⇒ Object
758 759 760 |
# File 'lib/v20220928/models.rb', line 758 def AgentName @AgentName end |
#IssuedNum ⇒ Object
758 759 760 |
# File 'lib/v20220928/models.rb', line 758 def IssuedNum @IssuedNum end |
#RemainingQuota ⇒ Object
758 759 760 |
# File 'lib/v20220928/models.rb', line 758 def RemainingQuota @RemainingQuota end |
#RequestId ⇒ Object
758 759 760 |
# File 'lib/v20220928/models.rb', line 758 def RequestId @RequestId end |
#TotalQuota ⇒ Object
758 759 760 |
# File 'lib/v20220928/models.rb', line 758 def TotalQuota @TotalQuota end |
Instance Method Details
#deserialize(params) ⇒ Object
769 770 771 772 773 774 775 776 |
# File 'lib/v20220928/models.rb', line 769 def deserialize(params) @AgentName = params['AgentName'] @AccountType = params['AccountType'] @TotalQuota = params['TotalQuota'] @RemainingQuota = params['RemainingQuota'] @IssuedNum = params['IssuedNum'] @RequestId = params['RequestId'] end |