Class: TencentCloud::Cr::V20180321::DownloadRecordListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DownloadRecordListResponse
- Defined in:
- lib/v20180321/models.rb
Overview
DownloadRecordList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recordlisturl = nil, requestid = nil) ⇒ DownloadRecordListResponse
constructor
A new instance of DownloadRecordListResponse.
Constructor Details
permalink #initialize(recordlisturl = nil, requestid = nil) ⇒ DownloadRecordListResponse
Returns a new instance of DownloadRecordListResponse.
1105 1106 1107 1108 |
# File 'lib/v20180321/models.rb', line 1105 def initialize(recordlisturl=nil, requestid=nil) @RecordListUrl = recordlisturl @RequestId = requestid end |
Instance Attribute Details
permalink #RecordListUrl ⇒ Object
1103 1104 1105 |
# File 'lib/v20180321/models.rb', line 1103 def RecordListUrl @RecordListUrl end |
permalink #RequestId ⇒ Object
1103 1104 1105 |
# File 'lib/v20180321/models.rb', line 1103 def RequestId @RequestId end |
Instance Method Details
permalink #deserialize(params) ⇒ Object
[View source]
1110 1111 1112 1113 |
# File 'lib/v20180321/models.rb', line 1110 def deserialize(params) @RecordListUrl = params['RecordListUrl'] @RequestId = params['RequestId'] end |