Class: TencentCloud::Mrs::V20200910::ReportTypeVersion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::ReportTypeVersion
- Defined in:
- lib/v20200910/models.rb
Overview
指定报告类型选用其结构化版本
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reporttype = nil, version = nil) ⇒ ReportTypeVersion
constructor
A new instance of ReportTypeVersion.
Constructor Details
#initialize(reporttype = nil, version = nil) ⇒ ReportTypeVersion
Returns a new instance of ReportTypeVersion.
9266 9267 9268 9269 |
# File 'lib/v20200910/models.rb', line 9266 def initialize(reporttype=nil, version=nil) @ReportType = reporttype @Version = version end |
Instance Attribute Details
#ReportType ⇒ Object
9264 9265 9266 |
# File 'lib/v20200910/models.rb', line 9264 def ReportType @ReportType end |
#Version ⇒ Object
9264 9265 9266 |
# File 'lib/v20200910/models.rb', line 9264 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
9271 9272 9273 9274 |
# File 'lib/v20200910/models.rb', line 9271 def deserialize(params) @ReportType = params['ReportType'] @Version = params['Version'] end |