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.
7897 7898 7899 |
# File 'lib/v20190904/models.rb', line 7897 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7895 7896 7897 |
# File 'lib/v20190904/models.rb', line 7895 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7901 7902 7903 |
# File 'lib/v20190904/models.rb', line 7901 def deserialize(params) @RequestId = params['RequestId'] end |