Class: TencentCloud::Cfw::V20190904::DeleteVpcFwGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DeleteVpcFwGroupResponse
- Defined in:
- lib/v20190904/models.rb
Overview
DeleteVpcFwGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteVpcFwGroupResponse
constructor
A new instance of DeleteVpcFwGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteVpcFwGroupResponse
Returns a new instance of DeleteVpcFwGroupResponse.
2512 2513 2514 |
# File 'lib/v20190904/models.rb', line 2512 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2510 2511 2512 |
# File 'lib/v20190904/models.rb', line 2510 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2516 2517 2518 |
# File 'lib/v20190904/models.rb', line 2516 def deserialize(params) @RequestId = params['RequestId'] end |