Class: TencentCloud::Cwp::V20180228::ProtectNetInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ProtectNetInfo
- Defined in:
- lib/v20180228/models.rb
Overview
专家服务-旗舰重保信息
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #ProtectDays ⇒ Object
- #ReportPath ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #TaskId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, protectdays = nil, status = nil, starttime = nil, endtime = nil, reportpath = nil) ⇒ ProtectNetInfo
constructor
A new instance of ProtectNetInfo.
Constructor Details
#initialize(taskid = nil, protectdays = nil, status = nil, starttime = nil, endtime = nil, reportpath = nil) ⇒ ProtectNetInfo
Returns a new instance of ProtectNetInfo.
36055 36056 36057 36058 36059 36060 36061 36062 |
# File 'lib/v20180228/models.rb', line 36055 def initialize(taskid=nil, protectdays=nil, status=nil, starttime=nil, endtime=nil, reportpath=nil) @TaskId = taskid @ProtectDays = protectdays @Status = status @StartTime = starttime @EndTime = endtime @ReportPath = reportpath end |
Instance Attribute Details
#EndTime ⇒ Object
36053 36054 36055 |
# File 'lib/v20180228/models.rb', line 36053 def EndTime @EndTime end |
#ProtectDays ⇒ Object
36053 36054 36055 |
# File 'lib/v20180228/models.rb', line 36053 def ProtectDays @ProtectDays end |
#ReportPath ⇒ Object
36053 36054 36055 |
# File 'lib/v20180228/models.rb', line 36053 def ReportPath @ReportPath end |
#StartTime ⇒ Object
36053 36054 36055 |
# File 'lib/v20180228/models.rb', line 36053 def StartTime @StartTime end |
#Status ⇒ Object
36053 36054 36055 |
# File 'lib/v20180228/models.rb', line 36053 def Status @Status end |
#TaskId ⇒ Object
36053 36054 36055 |
# File 'lib/v20180228/models.rb', line 36053 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
36064 36065 36066 36067 36068 36069 36070 36071 |
# File 'lib/v20180228/models.rb', line 36064 def deserialize(params) @TaskId = params['TaskId'] @ProtectDays = params['ProtectDays'] @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ReportPath = params['ReportPath'] end |