Class: TencentCloud::Cpdp::V20190820::DownloadReconciliationUrlResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DownloadReconciliationUrlResponse
- Defined in:
- lib/v20190820/models.rb
Overview
DownloadReconciliationUrl返回参数结构体
Instance Attribute Summary collapse
-
#DownloadUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#HashType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#HashValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, hashtype = nil, hashvalue = nil, requestid = nil) ⇒ DownloadReconciliationUrlResponse
constructor
A new instance of DownloadReconciliationUrlResponse.
Constructor Details
#initialize(downloadurl = nil, hashtype = nil, hashvalue = nil, requestid = nil) ⇒ DownloadReconciliationUrlResponse
Returns a new instance of DownloadReconciliationUrlResponse.
10447 10448 10449 10450 10451 10452 |
# File 'lib/v20190820/models.rb', line 10447 def initialize(downloadurl=nil, hashtype=nil, hashvalue=nil, requestid=nil) @DownloadUrl = downloadurl @HashType = hashtype @HashValue = hashvalue @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10445 10446 10447 |
# File 'lib/v20190820/models.rb', line 10445 def DownloadUrl @DownloadUrl end |
#HashType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10445 10446 10447 |
# File 'lib/v20190820/models.rb', line 10445 def HashType @HashType end |
#HashValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10445 10446 10447 |
# File 'lib/v20190820/models.rb', line 10445 def HashValue @HashValue end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10445 10446 10447 |
# File 'lib/v20190820/models.rb', line 10445 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10454 10455 10456 10457 10458 10459 |
# File 'lib/v20190820/models.rb', line 10454 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @HashType = params['HashType'] @HashValue = params['HashValue'] @RequestId = params['RequestId'] end |