Class: TencentCloud::Cpdp::V20190820::DownloadBillResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DownloadBillResponse
- Defined in:
- lib/v20190820/models.rb
Overview
DownloadBill返回参数结构体
Instance Attribute Summary collapse
-
#DownloadUrl ⇒ Object
TRADE,对账单 FUND,资金账单 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileMD5 ⇒ Object
TRADE,对账单 FUND,资金账单 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileName ⇒ Object
TRADE,对账单 FUND,资金账单 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
TRADE,对账单 FUND,资金账单 注意:此字段可能返回 null,表示取不到有效值。.
-
#StateType ⇒ Object
TRADE,对账单 FUND,资金账单 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filename = nil, filemd5 = nil, downloadurl = nil, statetype = nil, requestid = nil) ⇒ DownloadBillResponse
constructor
A new instance of DownloadBillResponse.
Constructor Details
#initialize(filename = nil, filemd5 = nil, downloadurl = nil, statetype = nil, requestid = nil) ⇒ DownloadBillResponse
Returns a new instance of DownloadBillResponse.
10301 10302 10303 10304 10305 10306 10307 |
# File 'lib/v20190820/models.rb', line 10301 def initialize(filename=nil, filemd5=nil, downloadurl=nil, statetype=nil, requestid=nil) @FileName = filename @FileMD5 = filemd5 @DownloadUrl = downloadurl @StateType = statetype @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
TRADE,对账单FUND,资金账单注意:此字段可能返回 null,表示取不到有效值。
10299 10300 10301 |
# File 'lib/v20190820/models.rb', line 10299 def DownloadUrl @DownloadUrl end |
#FileMD5 ⇒ Object
TRADE,对账单FUND,资金账单注意:此字段可能返回 null,表示取不到有效值。
10299 10300 10301 |
# File 'lib/v20190820/models.rb', line 10299 def FileMD5 @FileMD5 end |
#FileName ⇒ Object
TRADE,对账单FUND,资金账单注意:此字段可能返回 null,表示取不到有效值。
10299 10300 10301 |
# File 'lib/v20190820/models.rb', line 10299 def FileName @FileName end |
#RequestId ⇒ Object
TRADE,对账单FUND,资金账单注意:此字段可能返回 null,表示取不到有效值。
10299 10300 10301 |
# File 'lib/v20190820/models.rb', line 10299 def RequestId @RequestId end |
#StateType ⇒ Object
TRADE,对账单FUND,资金账单注意:此字段可能返回 null,表示取不到有效值。
10299 10300 10301 |
# File 'lib/v20190820/models.rb', line 10299 def StateType @StateType end |
Instance Method Details
#deserialize(params) ⇒ Object
10309 10310 10311 10312 10313 10314 10315 |
# File 'lib/v20190820/models.rb', line 10309 def deserialize(params) @FileName = params['FileName'] @FileMD5 = params['FileMD5'] @DownloadUrl = params['DownloadUrl'] @StateType = params['StateType'] @RequestId = params['RequestId'] end |