Class: TencentCloud::Cls::V20201016::SearchCosRechargeInfoResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::SearchCosRechargeInfoResponse
- Defined in:
- lib/v20201016/models.rb
Overview
SearchCosRechargeInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, sum = nil, path = nil, msg = nil, status = nil, requestid = nil) ⇒ SearchCosRechargeInfoResponse
constructor
A new instance of SearchCosRechargeInfoResponse.
Constructor Details
#initialize(data = nil, sum = nil, path = nil, msg = nil, status = nil, requestid = nil) ⇒ SearchCosRechargeInfoResponse
Returns a new instance of SearchCosRechargeInfoResponse.
16819 16820 16821 16822 16823 16824 16825 16826 |
# File 'lib/v20201016/models.rb', line 16819 def initialize(data=nil, sum=nil, path=nil, msg=nil, status=nil, requestid=nil) @Data = data @Sum = sum @Path = path @Msg = msg @Status = status @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
16817 16818 16819 |
# File 'lib/v20201016/models.rb', line 16817 def Data @Data end |
#Msg ⇒ Object
16817 16818 16819 |
# File 'lib/v20201016/models.rb', line 16817 def Msg @Msg end |
#Path ⇒ Object
16817 16818 16819 |
# File 'lib/v20201016/models.rb', line 16817 def Path @Path end |
#RequestId ⇒ Object
16817 16818 16819 |
# File 'lib/v20201016/models.rb', line 16817 def RequestId @RequestId end |
#Status ⇒ Object
16817 16818 16819 |
# File 'lib/v20201016/models.rb', line 16817 def Status @Status end |
#Sum ⇒ Object
16817 16818 16819 |
# File 'lib/v20201016/models.rb', line 16817 def Sum @Sum end |
Instance Method Details
#deserialize(params) ⇒ Object
16828 16829 16830 16831 16832 16833 16834 16835 |
# File 'lib/v20201016/models.rb', line 16828 def deserialize(params) @Data = params['Data'] @Sum = params['Sum'] @Path = params['Path'] @Msg = params['Msg'] @Status = params['Status'] @RequestId = params['RequestId'] end |