Class: TencentCloud::Cwp::V20180228::ExportIgnoreRuleEffectHostListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportIgnoreRuleEffectHostListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportIgnoreRuleEffectHostList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportIgnoreRuleEffectHostListResponse
constructor
A new instance of ExportIgnoreRuleEffectHostListResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportIgnoreRuleEffectHostListResponse
Returns a new instance of ExportIgnoreRuleEffectHostListResponse.
27739 27740 27741 27742 27743 |
# File 'lib/v20180228/models.rb', line 27739 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
27737 27738 27739 |
# File 'lib/v20180228/models.rb', line 27737 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
27737 27738 27739 |
# File 'lib/v20180228/models.rb', line 27737 def RequestId @RequestId end |
#TaskId ⇒ Object
27737 27738 27739 |
# File 'lib/v20180228/models.rb', line 27737 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
27745 27746 27747 27748 27749 |
# File 'lib/v20180228/models.rb', line 27745 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |