Class: TencentCloud::Cwp::V20180228::BaselineDownload
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BaselineDownload
- Defined in:
- lib/v20180228/models.rb
Overview
基线导出结果下载
Instance Attribute Summary collapse
- #DownloadUrl ⇒ Object
- #EndTime ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #TaskId ⇒ Object
- #TaskName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, taskname = nil, status = nil, starttime = nil, endtime = nil, downloadurl = nil) ⇒ BaselineDownload
constructor
A new instance of BaselineDownload.
Constructor Details
#initialize(taskid = nil, taskname = nil, status = nil, starttime = nil, endtime = nil, downloadurl = nil) ⇒ BaselineDownload
Returns a new instance of BaselineDownload.
2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'lib/v20180228/models.rb', line 2948 def initialize(taskid=nil, taskname=nil, status=nil, starttime=nil, endtime=nil, downloadurl=nil) @TaskId = taskid @TaskName = taskname @Status = status @StartTime = starttime @EndTime = endtime @DownloadUrl = downloadurl end |
Instance Attribute Details
#DownloadUrl ⇒ Object
2946 2947 2948 |
# File 'lib/v20180228/models.rb', line 2946 def DownloadUrl @DownloadUrl end |
#EndTime ⇒ Object
2946 2947 2948 |
# File 'lib/v20180228/models.rb', line 2946 def EndTime @EndTime end |
#StartTime ⇒ Object
2946 2947 2948 |
# File 'lib/v20180228/models.rb', line 2946 def StartTime @StartTime end |
#Status ⇒ Object
2946 2947 2948 |
# File 'lib/v20180228/models.rb', line 2946 def Status @Status end |
#TaskId ⇒ Object
2946 2947 2948 |
# File 'lib/v20180228/models.rb', line 2946 def TaskId @TaskId end |
#TaskName ⇒ Object
2946 2947 2948 |
# File 'lib/v20180228/models.rb', line 2946 def TaskName @TaskName end |
Instance Method Details
#deserialize(params) ⇒ Object
2957 2958 2959 2960 2961 2962 2963 2964 |
# File 'lib/v20180228/models.rb', line 2957 def deserialize(params) @TaskId = params['TaskId'] @TaskName = params['TaskName'] @Status = params['Status'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @DownloadUrl = params['DownloadUrl'] end |