Class: TencentCloud::Yunjing::V20180228::IgnoreImpactedHostsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::IgnoreImpactedHostsRequest
- Defined in:
- lib/v20180228/models.rb
Overview
IgnoreImpactedHosts请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ids = nil) ⇒ IgnoreImpactedHostsRequest
constructor
A new instance of IgnoreImpactedHostsRequest.
Constructor Details
#initialize(ids = nil) ⇒ IgnoreImpactedHostsRequest
Returns a new instance of IgnoreImpactedHostsRequest.
4814 4815 4816 |
# File 'lib/v20180228/models.rb', line 4814 def initialize(ids=nil) @Ids = ids end |
Instance Attribute Details
#Ids ⇒ Object
4812 4813 4814 |
# File 'lib/v20180228/models.rb', line 4812 def Ids @Ids end |
Instance Method Details
#deserialize(params) ⇒ Object
4818 4819 4820 |
# File 'lib/v20180228/models.rb', line 4818 def deserialize(params) @Ids = params['Ids'] end |