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.
1794 1795 1796 1797 |
# File 'lib/v20190904/models.rb', line 1794 def initialize(fwgroupid=nil, requestid=nil) @FwGroupId = fwgroupid @RequestId = requestid end |
Instance Attribute Details
#FwGroupId ⇒ Object
1792 1793 1794 |
# File 'lib/v20190904/models.rb', line 1792 def FwGroupId @FwGroupId end |
#RequestId ⇒ Object
1792 1793 1794 |
# File 'lib/v20190904/models.rb', line 1792 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1799 1800 1801 1802 |
# File 'lib/v20190904/models.rb', line 1799 def deserialize(params) @FwGroupId = params['FwGroupId'] @RequestId = params['RequestId'] end |