Class: TencentCloud::Cwp::V20180228::MonthInspectionReport
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::MonthInspectionReport
- Defined in:
- lib/v20180228/models.rb
Overview
专家服务-月巡检报告
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reportname = nil, reportpath = nil, modifytime = nil) ⇒ MonthInspectionReport
constructor
A new instance of MonthInspectionReport.
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
#ModifyTime ⇒ Object
34967 34968 34969 |
# File 'lib/v20180228/models.rb', line 34967 def ModifyTime @ModifyTime end |
#ReportName ⇒ Object
34967 34968 34969 |
# File 'lib/v20180228/models.rb', line 34967 def ReportName @ReportName end |
#ReportPath ⇒ Object
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 |