Class: TencentCloud::Cwp::V20180228::MonthInspectionReport

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

Overview

专家服务-月巡检报告

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(reportname = nil, reportpath = nil, modifytime = nil) ⇒ MonthInspectionReport

Returns a new instance of MonthInspectionReport.



34969
34970
34971
34972
34973
# File 'lib/v20180228/models.rb', line 34969

def initialize(reportname=nil, reportpath=nil, modifytime=nil)
  @ReportName = reportname
  @ReportPath = reportpath
  @ModifyTime = modifytime
end

Instance Attribute Details

#ModifyTimeObject

Parameters:

  • ReportName:

    巡检报告名称

  • ReportPath:

    巡检报告下载地址

  • ModifyTime:

    巡检报告更新时间



34967
34968
34969
# File 'lib/v20180228/models.rb', line 34967

def ModifyTime
  @ModifyTime
end

#ReportNameObject

Parameters:

  • ReportName:

    巡检报告名称

  • ReportPath:

    巡检报告下载地址

  • ModifyTime:

    巡检报告更新时间



34967
34968
34969
# File 'lib/v20180228/models.rb', line 34967

def ReportName
  @ReportName
end

#ReportPathObject

Parameters:

  • ReportName:

    巡检报告名称

  • ReportPath:

    巡检报告下载地址

  • ModifyTime:

    巡检报告更新时间



34967
34968
34969
# File 'lib/v20180228/models.rb', line 34967

def ReportPath
  @ReportPath
end

Instance Method Details

#deserialize(params) ⇒ Object



34975
34976
34977
34978
34979
# File 'lib/v20180228/models.rb', line 34975

def deserialize(params)
  @ReportName = params['ReportName']
  @ReportPath = params['ReportPath']
  @ModifyTime = params['ModifyTime']
end