Class: TencentCloud::Cfw::V20190904::StopSecurityGroupRuleDispatchRequest

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190904/models.rb

Overview

StopSecurityGroupRuleDispatch请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#StopTypeObject

Parameters:

  • 值为1,中止全部



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