Class: TencentCloud::Cwp::V20180228::IgnoreImpactedHostsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::IgnoreImpactedHostsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
IgnoreImpactedHosts返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ IgnoreImpactedHostsResponse
constructor
A new instance of IgnoreImpactedHostsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ IgnoreImpactedHostsResponse
Returns a new instance of IgnoreImpactedHostsResponse.
30317 30318 30319 |
# File 'lib/v20180228/models.rb', line 30317 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
30315 30316 30317 |
# File 'lib/v20180228/models.rb', line 30315 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
30321 30322 30323 |
# File 'lib/v20180228/models.rb', line 30321 def deserialize(params) @RequestId = params['RequestId'] end |