Class: TencentCloud::Cfw::V20190904::CreateVpcFwGroupResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::CreateVpcFwGroupResponse
- Defined in:
- lib/v20190904/models.rb
Overview
CreateVpcFwGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fwgroupid = nil, requestid = nil) ⇒ CreateVpcFwGroupResponse
constructor
A new instance of CreateVpcFwGroupResponse.
Constructor Details
#initialize(fwgroupid = nil, requestid = nil) ⇒ CreateVpcFwGroupResponse
Returns a new instance of CreateVpcFwGroupResponse.
2041 2042 2043 2044 |
# File 'lib/v20190904/models.rb', line 2041 def initialize(fwgroupid=nil, requestid=nil) @FwGroupId = fwgroupid @RequestId = requestid end |
Instance Attribute Details
#FwGroupId ⇒ Object
2039 2040 2041 |
# File 'lib/v20190904/models.rb', line 2039 def FwGroupId @FwGroupId end |
#RequestId ⇒ Object
2039 2040 2041 |
# File 'lib/v20190904/models.rb', line 2039 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2046 2047 2048 2049 |
# File 'lib/v20190904/models.rb', line 2046 def deserialize(params) @FwGroupId = params['FwGroupId'] @RequestId = params['RequestId'] end |