Class: TencentCloud::Cwp::V20180228::ExportIgnoreBaselineRuleResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportIgnoreBaselineRuleResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportIgnoreBaselineRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportIgnoreBaselineRuleResponse
constructor
A new instance of ExportIgnoreBaselineRuleResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportIgnoreBaselineRuleResponse
Returns a new instance of ExportIgnoreBaselineRuleResponse.
27226 27227 27228 27229 27230 |
# File 'lib/v20180228/models.rb', line 27226 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
27224 27225 27226 |
# File 'lib/v20180228/models.rb', line 27224 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
27224 27225 27226 |
# File 'lib/v20180228/models.rb', line 27224 def RequestId @RequestId end |
#TaskId ⇒ Object
27224 27225 27226 |
# File 'lib/v20180228/models.rb', line 27224 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
27232 27233 27234 27235 27236 |
# File 'lib/v20180228/models.rb', line 27232 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |