Class: TencentCloud::Yunjing::V20180228::IgnoreImpactedHostsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::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.
4830 4831 4832 |
# File 'lib/v20180228/models.rb', line 4830 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4828 4829 4830 |
# File 'lib/v20180228/models.rb', line 4828 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4834 4835 4836 |
# File 'lib/v20180228/models.rb', line 4834 def deserialize(params) @RequestId = params['RequestId'] end |