Class: TencentCloud::Intlpartnersmgt::V20220928::QueryCreditAllocationHistoryRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Intlpartnersmgt::V20220928::QueryCreditAllocationHistoryRequest
- Defined in:
- lib/v20220928/models.rb
Overview
QueryCreditAllocationHistory请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientuin = nil, page = nil, pagesize = nil) ⇒ QueryCreditAllocationHistoryRequest
constructor
A new instance of QueryCreditAllocationHistoryRequest.
Constructor Details
#initialize(clientuin = nil, page = nil, pagesize = nil) ⇒ QueryCreditAllocationHistoryRequest
Returns a new instance of QueryCreditAllocationHistoryRequest.
241 242 243 244 245 |
# File 'lib/v20220928/models.rb', line 241 def initialize(clientuin=nil, page=nil, pagesize=nil) @ClientUin = clientuin @Page = page @PageSize = pagesize end |
Instance Attribute Details
#ClientUin ⇒ Object
239 240 241 |
# File 'lib/v20220928/models.rb', line 239 def ClientUin @ClientUin end |
#Page ⇒ Object
239 240 241 |
# File 'lib/v20220928/models.rb', line 239 def Page @Page end |
#PageSize ⇒ Object
239 240 241 |
# File 'lib/v20220928/models.rb', line 239 def PageSize @PageSize end |
Instance Method Details
#deserialize(params) ⇒ Object
247 248 249 250 251 |
# File 'lib/v20220928/models.rb', line 247 def deserialize(params) @ClientUin = params['ClientUin'] @Page = params['Page'] @PageSize = params['PageSize'] end |