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.
1745 1746 1747 1748 |
# File 'lib/v20190904/models.rb', line 1745 def initialize(fwgroupid=nil, requestid=nil) @FwGroupId = fwgroupid @RequestId = requestid end |
Instance Attribute Details
#FwGroupId ⇒ Object
1743 1744 1745 |
# File 'lib/v20190904/models.rb', line 1743 def FwGroupId @FwGroupId end |
#RequestId ⇒ Object
1743 1744 1745 |
# File 'lib/v20190904/models.rb', line 1743 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1750 1751 1752 1753 |
# File 'lib/v20190904/models.rb', line 1750 def deserialize(params) @FwGroupId = params['FwGroupId'] @RequestId = params['RequestId'] end |