Class: TencentCloud::Intlpartnersmgt::V20220928::QueryCreditAllocationHistoryData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::QueryCreditAllocationHistoryData
- Defined in:
- lib/v20220928/models.rb
Overview
查询子客授信历史记录返回信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(allocatedtime = nil, operator = nil, credit = nil, allocatedcredit = nil) ⇒ QueryCreditAllocationHistoryData
constructor
A new instance of QueryCreditAllocationHistoryData.
Constructor Details
#initialize(allocatedtime = nil, operator = nil, credit = nil, allocatedcredit = nil) ⇒ QueryCreditAllocationHistoryData
Returns a new instance of QueryCreditAllocationHistoryData.
215 216 217 218 219 220 |
# File 'lib/v20220928/models.rb', line 215 def initialize(allocatedtime=nil, operator=nil, credit=nil, allocatedcredit=nil) @AllocatedTime = allocatedtime @Operator = operator @Credit = credit @AllocatedCredit = allocatedcredit end |
Instance Attribute Details
#AllocatedCredit ⇒ Object
213 214 215 |
# File 'lib/v20220928/models.rb', line 213 def AllocatedCredit @AllocatedCredit end |
#AllocatedTime ⇒ Object
213 214 215 |
# File 'lib/v20220928/models.rb', line 213 def AllocatedTime @AllocatedTime end |
#Credit ⇒ Object
213 214 215 |
# File 'lib/v20220928/models.rb', line 213 def Credit @Credit end |
#Operator ⇒ Object
213 214 215 |
# File 'lib/v20220928/models.rb', line 213 def Operator @Operator end |
Instance Method Details
#deserialize(params) ⇒ Object
222 223 224 225 226 227 |
# File 'lib/v20220928/models.rb', line 222 def deserialize(params) @AllocatedTime = params['AllocatedTime'] @Operator = params['Operator'] @Credit = params['Credit'] @AllocatedCredit = params['AllocatedCredit'] end |