Class: TencentCloud::Cr::V20180321::DownloadRecordListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DownloadRecordListRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DownloadRecordList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, bizdate = nil, instid = nil) ⇒ DownloadRecordListRequest
constructor
A new instance of DownloadRecordListRequest.
Constructor Details
#initialize(_module = nil, operation = nil, bizdate = nil, instid = nil) ⇒ DownloadRecordListRequest
Returns a new instance of DownloadRecordListRequest.
1081 1082 1083 1084 1085 1086 |
# File 'lib/v20180321/models.rb', line 1081 def initialize(_module=nil, operation=nil, bizdate=nil, instid=nil) @Module = _module @Operation = operation @BizDate = bizdate @InstId = instid end |
Instance Attribute Details
#BizDate ⇒ Object
1079 1080 1081 |
# File 'lib/v20180321/models.rb', line 1079 def BizDate @BizDate end |
#InstId ⇒ Object
1079 1080 1081 |
# File 'lib/v20180321/models.rb', line 1079 def InstId @InstId end |
#Module ⇒ Object
1079 1080 1081 |
# File 'lib/v20180321/models.rb', line 1079 def Module @Module end |
#Operation ⇒ Object
1079 1080 1081 |
# File 'lib/v20180321/models.rb', line 1079 def Operation @Operation end |
Instance Method Details
#deserialize(params) ⇒ Object
1088 1089 1090 1091 1092 1093 |
# File 'lib/v20180321/models.rb', line 1088 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @BizDate = params['BizDate'] @InstId = params['InstId'] end |