Class: TencentCloud::Cfw::V20190904::ExpandCfwVerticalResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ExpandCfwVerticalResponse
- Defined in:
- lib/v20190904/models.rb
Overview
ExpandCfwVertical返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ExpandCfwVerticalResponse
constructor
A new instance of ExpandCfwVerticalResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ExpandCfwVerticalResponse
Returns a new instance of ExpandCfwVerticalResponse.
5601 5602 5603 |
# File 'lib/v20190904/models.rb', line 5601 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5599 5600 5601 |
# File 'lib/v20190904/models.rb', line 5599 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5605 5606 5607 |
# File 'lib/v20190904/models.rb', line 5605 def deserialize(params) @RequestId = params['RequestId'] end |