Class: TencentCloud::Cfw::V20190904::ModifyVpcFwGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ModifyVpcFwGroupResponse
- Defined in:
- lib/v20190904/models.rb
Overview
ModifyVpcFwGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyVpcFwGroupResponse
constructor
A new instance of ModifyVpcFwGroupResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyVpcFwGroupResponse
Returns a new instance of ModifyVpcFwGroupResponse.
8652 8653 8654 |
# File 'lib/v20190904/models.rb', line 8652 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8650 8651 8652 |
# File 'lib/v20190904/models.rb', line 8650 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8656 8657 8658 |
# File 'lib/v20190904/models.rb', line 8656 def deserialize(params) @RequestId = params['RequestId'] end |