Class: TencentCloud::Cfw::V20190904::StopSecurityGroupRuleDispatchRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::StopSecurityGroupRuleDispatchRequest
- Defined in:
- lib/v20190904/models.rb
Overview
StopSecurityGroupRuleDispatch请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(stoptype = nil) ⇒ StopSecurityGroupRuleDispatchRequest
constructor
A new instance of StopSecurityGroupRuleDispatchRequest.
Constructor Details
#initialize(stoptype = nil) ⇒ StopSecurityGroupRuleDispatchRequest
Returns a new instance of StopSecurityGroupRuleDispatchRequest.
10415 10416 10417 |
# File 'lib/v20190904/models.rb', line 10415 def initialize(stoptype=nil) @StopType = stoptype end |
Instance Attribute Details
#StopType ⇒ Object
10413 10414 10415 |
# File 'lib/v20190904/models.rb', line 10413 def StopType @StopType end |
Instance Method Details
#deserialize(params) ⇒ Object
10419 10420 10421 |
# File 'lib/v20190904/models.rb', line 10419 def deserialize(params) @StopType = params['StopType'] end |