Class: TencentCloud::Mrs::V20200910::ReportTypeVersion

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

指定报告类型选用其结构化版本

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reporttype = nil, version = nil) ⇒ ReportTypeVersion

Returns a new instance of ReportTypeVersion.



9293
9294
9295
9296
# File 'lib/v20200910/models.rb', line 9293

def initialize(reporttype=nil, version=nil)
  @ReportType = reporttype
  @Version = version
end

Instance Attribute Details

#ReportTypeObject

Parameters:

  • ReportType:

    检验报告

  • Version:

    版本2



9291
9292
9293
# File 'lib/v20200910/models.rb', line 9291

def ReportType
  @ReportType
end

#VersionObject

Parameters:

  • ReportType:

    检验报告

  • Version:

    版本2



9291
9292
9293
# File 'lib/v20200910/models.rb', line 9291

def Version
  @Version
end

Instance Method Details

#deserialize(params) ⇒ Object



9298
9299
9300
9301
# File 'lib/v20200910/models.rb', line 9298

def deserialize(params)
  @ReportType = params['ReportType']
  @Version = params['Version']
end