Class: TencentCloud::Intlpartnersmgt::V20220928::AllocateCustomerCreditRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::AllocateCustomerCreditRequest
- Defined in:
- lib/v20220928/models.rb
Overview
AllocateCustomerCredit请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(addedcredit = nil, clientuin = nil) ⇒ AllocateCustomerCreditRequest
constructor
A new instance of AllocateCustomerCreditRequest.
Constructor Details
#initialize(addedcredit = nil, clientuin = nil) ⇒ AllocateCustomerCreditRequest
Returns a new instance of AllocateCustomerCreditRequest.
29 30 31 32 |
# File 'lib/v20220928/models.rb', line 29 def initialize(addedcredit=nil, clientuin=nil) @AddedCredit = addedcredit @ClientUin = clientuin end |
Instance Attribute Details
#AddedCredit ⇒ Object
27 28 29 |
# File 'lib/v20220928/models.rb', line 27 def AddedCredit @AddedCredit end |
#ClientUin ⇒ Object
27 28 29 |
# File 'lib/v20220928/models.rb', line 27 def ClientUin @ClientUin end |
Instance Method Details
#deserialize(params) ⇒ Object
34 35 36 37 |
# File 'lib/v20220928/models.rb', line 34 def deserialize(params) @AddedCredit = params['AddedCredit'] @ClientUin = params['ClientUin'] end |