Class: TencentCloud::Cr::V20180321::DownloadReportRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cr::V20180321::DownloadReportRequest
- Defined in:
- lib/v20180321/models.rb
Overview
DownloadReport请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_module = nil, operation = nil, reportdate = nil, instid = nil) ⇒ DownloadReportRequest
constructor
A new instance of DownloadReportRequest.
Constructor Details
#initialize(_module = nil, operation = nil, reportdate = nil, instid = nil) ⇒ DownloadReportRequest
Returns a new instance of DownloadReportRequest.
1129 1130 1131 1132 1133 1134 |
# File 'lib/v20180321/models.rb', line 1129 def initialize(_module=nil, operation=nil, reportdate=nil, instid=nil) @Module = _module @Operation = operation @ReportDate = reportdate @InstId = instid end |
Instance Attribute Details
#InstId ⇒ Object
1127 1128 1129 |
# File 'lib/v20180321/models.rb', line 1127 def InstId @InstId end |
#Module ⇒ Object
1127 1128 1129 |
# File 'lib/v20180321/models.rb', line 1127 def Module @Module end |
#Operation ⇒ Object
1127 1128 1129 |
# File 'lib/v20180321/models.rb', line 1127 def Operation @Operation end |
#ReportDate ⇒ Object
1127 1128 1129 |
# File 'lib/v20180321/models.rb', line 1127 def ReportDate @ReportDate end |
Instance Method Details
#deserialize(params) ⇒ Object
1136 1137 1138 1139 1140 1141 |
# File 'lib/v20180321/models.rb', line 1136 def deserialize(params) @Module = params['Module'] @Operation = params['Operation'] @ReportDate = params['ReportDate'] @InstId = params['InstId'] end |