Class: TencentCloud::Cfw::V20190904::ModifyFwGroupSwitchResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ModifyFwGroupSwitchResponse
- Defined in:
- lib/v20190904/models.rb
Overview
ModifyFwGroupSwitch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyFwGroupSwitchResponse
constructor
A new instance of ModifyFwGroupSwitchResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyFwGroupSwitchResponse
Returns a new instance of ModifyFwGroupSwitchResponse.
6921 6922 6923 |
# File 'lib/v20190904/models.rb', line 6921 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6919 6920 6921 |
# File 'lib/v20190904/models.rb', line 6919 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6925 6926 6927 |
# File 'lib/v20190904/models.rb', line 6925 def deserialize(params) @RequestId = params['RequestId'] end |