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.



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

#ReportTypeObject

Parameters:

  • ReportType:

    检验报告

  • Version:

    版本2



9264
9265
9266
# File 'lib/v20200910/models.rb', line 9264

def ReportType
  @ReportType
end

#VersionObject

Parameters:

  • ReportType:

    检验报告

  • Version:

    版本2



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